Skip to content

Commit 2661b73

Browse files
authored
Merge pull request #3 from upsight/readme-spelling
Updated README.rst
2 parents e7125c3 + c724c0c commit 2661b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now tie the endpoint to the logic function with a router.
6565
for resource, route in all_routes:
6666
api.add_resource(resource, endpoint)
6767
68-
That's it, you know have a functioning api endpoint you can curl and the request is automatically validated for you based on your
68+
That's it, you now have a functioning API endpoint you can curl and the request is automatically validated for you based on your
6969
schema. Positional arguments in your logic function are considered required request parameters and keyword arguments are considered
7070
optional. As a bonus, using the `autoflask <http://doctor.readthedocs.io/en/latest/docs.html>`_ sphinx directive, you will also get
7171
automatically generated API documentation.

0 commit comments

Comments
 (0)