Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix versions in readme
  • Loading branch information
kurtbuilds authored Sep 27, 2024
1 parent cbc7d22 commit 7b5fa10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ To compile the axum example, use the following dependencies:

```toml
[dependencies]
axum = "0.6"
oasgen = { version = "0.19.0", features = ["axum"] }
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
axum = ".."
oasgen = { version = "..", features = ["axum"] }
serde = { version = "..", features = ["derive"] }
tokio = { version = "..", features = ["full"] }
```

# Installation
Expand Down

0 comments on commit 7b5fa10

Please sign in to comment.