From bacaac3db9f7cbd07d7139be74b11b83c246d9bf Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 1 Jun 2022 21:22:51 -0400 Subject: [PATCH] Fix macro typo in README (#74) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b7b33..6e0d00d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In a source file (often `main.rs`, `lib.rs`, or `mod.rs`) simply invoke the macro: ```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`: