Skip to content

Commit 8ab318d

Browse files
authored
Fix install section in README.md
1 parent cddd480 commit 8ab318d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ and the `ipa` is api reversed.
4343
Add minimal dependency declaration to Cargo.toml.
4444
```
4545
[dependencies]
46-
utoipa = "0.1.0.beta.4"
46+
utoipa = "0.1.0-beta.4"
4747
```
4848

4949
To enable more features such as use of swagger together with actix-web framework you could define the
5050
dependency as follows.
5151
```
5252
[dependencies]
53-
utoipa = { version = "0.1.0.beta.4", features = ["swagger_ui", "actix-web", "actix_extras"] }
53+
utoipa = { version = "0.1.0-beta.4", features = ["swagger_ui", "actix-web", "actix_extras"] }
5454
```
5555

5656
## Current project status

0 commit comments

Comments
 (0)