Fix macro typo in README (#74)

This commit is contained in:
Corey Farwell 2022-06-01 21:22:51 -04:00 committed by GitHub
parent ea81ed2b75
commit bacaac3db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ In a source file (often `main.rs`, `lib.rs`, or `mod.rs`) simply invoke the
macro: macro:
```rust ```rust
generate_api("path/to/openapi_document.json"); generate_api!("path/to/openapi_document.json");
``` ```
You'll need to add add the following to `Cargo.toml`: You'll need to add add the following to `Cargo.toml`: