Skip to content

Commit

Permalink
Fix install section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku authored Feb 17, 2022
1 parent cddd480 commit 8ab318d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ and the `ipa` is api reversed.
Add minimal dependency declaration to Cargo.toml.
```
[dependencies]
utoipa = "0.1.0.beta.4"
utoipa = "0.1.0-beta.4"
```

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

## Current project status
Expand Down

0 comments on commit 8ab318d

Please sign in to comment.