diff --git a/README.md b/README.md index 1146d00..f49e1c1 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Typical response of a signup request looks like: } ``` -Once a user is registerd (or signed-up) on Hasura, it attaches a Hasura Identity or (hasura_id) to every user. A Hasura identity is an integer. You can use this value in your application to tie your application’s user to this identity. +Once a user is registered (or signed-up) on Hasura, it attaches a Hasura Identity or (hasura_id) to every user. A Hasura identity is an integer. You can use this value in your application to tie your application’s user to this identity. To learn more, check out our [docs](https://docs.hasura.io/0.15/manual/users/index.html) @@ -225,4 +225,4 @@ This will append the remotes configuration to the conf/ci.yaml file under the {{ $ git add . $ git commit -m "Added a new service" $ git push hasura master -``` \ No newline at end of file +```