Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzManiak authored Jul 4, 2024
1 parent aace9ce commit 0016c63
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 @@ -161,7 +161,7 @@ You have the flexibility to define middleware that runs before and after the mai

- After Middleware: Middleware defined in the after section executes after the main request handler. This can be used for tasks such as logging responses, modifying responses, or cleaning up resources.

## Example Usage
## Schemas, Binders and Middlewares
Below are examples showing how to define schemas and routes using NoiseValidator.

### Schema Definition
Expand Down Expand Up @@ -250,7 +250,7 @@ Binder(account_settings_account_details, 'GET', {
});
```

### Frontend Integration
## Frontend Integration

Integrate NoiseValidator with your frontend to create a seamless API interface:

Expand Down

0 comments on commit 0016c63

Please sign in to comment.