Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth/auth0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add Auth0 Authentication to your Graphcool project 🎁
## Getting Started

### 1. Add the template to your Graphcool service
From your server directory (e.g. if you were to just have run `graphcool init server` your "server directory" would be `./server`) run:
From your server directory (e.g. if you were to just have run `graphcool init server` your "service directory" would be `./server`) run:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also: 'From your service directory'


```sh
graphcool add-template graphcool/templates/auth/auth0
Expand Down