From 8ab318d191043920b16863e1b06d3b36621a0303 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Thu, 17 Feb 2022 10:27:10 +0200 Subject: [PATCH] Fix install section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8f3d840..c7ca16f0 100644 --- a/README.md +++ b/README.md @@ -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