Skip to content

Commit

Permalink
Missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Feb 16, 2024
1 parent 197a138 commit d691cdb
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 @@ -45,8 +45,8 @@ impl ApiContext for MyContext {
}
```

3. Use the injection macros to register the `v-api` endpoints. Note that these must both be used with
in the file.
3. Use the injection macros to register the `v-api` endpoints. Note that these must both be used
within the same file.

```rust
use v_api::{inject_endpoints, v_system_endpoints};
Expand Down

0 comments on commit d691cdb

Please sign in to comment.