Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 5c77bc3

Browse files
authored
Fix typo
1 parent 55fbece commit 5c77bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Activate the `key-auth` plugin by adding the middleware on your settings.py:
4242
```
4343

4444
Important!
45-
Note that you need to include BouncerMiddleware before the rest of plugin
45+
Note that you need to include `BouncerMiddleware` before the rest of plugin
4646
middleware. Otherwise it will **not** work.
4747

4848

@@ -61,7 +61,7 @@ Run `python manage.py migrate` to create the api_bouncer models.
6161

6262
#### Security
6363
- **ACL:** Control which consumers have access to your API
64-
- **IP estriction:**: Blacklist or whilelist IPs that can access your API
64+
- **IP restriction:**: Blacklist or whilelist IPs that can access your API
6565

6666
#### Traffic Control
6767
- **Request termination:** Terminate all request with a specific response.

0 commit comments

Comments
 (0)