Fix typo in README.md

acheive should be achieve.
This commit is contained in:
Storm Heg 2020-08-27 22:20:28 +02:00 committed by GitHub
parent 792ff9c056
commit c2b9733085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -708,7 +708,7 @@ In our projects, we format the errors like that:
If we raise a `ValidationError`, then field is optional.
In order to acheive that, we implement a custom exception handler:
In order to achieve that, we implement a custom exception handler:
```python
from rest_framework.views import exception_handler