Skip to content

Commit cb33702

Browse files
authored
Update README.md
1 parent 083f62d commit cb33702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ NeoCaptcha generates captchas that can be used to validate user inputs, and incl
1919

2020
To use NeoCaptcha in your project, you can follow the steps outlined for both the base usage and integration with ASP.NET Core.
2121
```
22-
dotnet add package NeoCaptcha --version 1.0.8
22+
dotnet add package NeoCaptcha
2323
```
2424
```
25-
dotnet add package NeoCaptcha.AspnetCore --version 1.0.5
25+
dotnet add package NeoCaptcha.AspnetCore
2626
```
2727
---
2828

0 commit comments

Comments
 (0)