Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Oct 3, 2019
1 parent ce19e39 commit 5b343a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GET `/users/?registered_on=9999&groups=admin&is_staff=maybe`<br>
pip install rest_typed_views
```

You can add type annotation-enabled features to either view set methods or function-based views using the `typed_action` and `typed_api_view` decorators. These decorators take the exact same arguments as Django REST's `action` and `api_view`.
You can add type annotation-enabled features to either view set methods or function-based views using the `typed_action` and `typed_api_view` decorators. They take the exact same arguments as Django REST's [`api_view`](https://www.django-rest-framework.org/api-guide/views/#api_view) and [`action`](https://www.django-rest-framework.org/api-guide/viewsets/#marking-extra-actions-for-routing) decorators.

## How It Works: Simple Usage

Expand Down

0 comments on commit 5b343a6

Please sign in to comment.