Skip to content

Commit b5df2c0

Browse files
committed
Update README.md
1 parent 33a1acf commit b5df2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A library for [Django Rest Framework](https://www.django-rest-framework.org/) re
1212
This library was built with [RFC7807](https://tools.ietf.org/html/rfc7807) guidelines in mind, but with a small twist: it defines a "problem detail" as a list instead of a string, but it still serves as a way to include errors in a human-readable and easy-to-parse format for any API consumer.
1313
Error messages are formatted using RFC7807 keywords and DRF exception data.
1414

15-
Unlike standard DRF, where the error response format varies depending on the error source, this library always returns errors in a consistent, predictable structure to make them easier to handle and parse.
15+
Unlike standard DRF, where the error response format varies depending on the error source, this library always returns errors in a consistent and predictable structure.
1616

1717
## What's different?
1818

0 commit comments

Comments
 (0)