Skip to content

Commit f4e8316

Browse files
authored
Update README.md
1 parent 88ec6cc commit f4e8316

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
@@ -13,7 +13,7 @@ This is a simple example of how you can use Forms and Functions in [Netlify](htt
1313
5. Connect Netlify to that repo, and add a environment variable in Netlify called `SANITY_TOKEN`
1414
6. Go to your Settings -> API in your project at [manage.sanity.io](https://manage.sanity.io), and add a token with `write` rights.
1515
7. Paste this token as the value for `SANITY_TOKEN` (be careful with where you store this token!)
16-
8. Submissions will be stored with `_id` on [a path](https://www.sanity.io/docs/ids): "submission.<uuid>"`, and will not be available through the public API without a token with `read` rights.
16+
8. Submissions will be stored with `_id` on [a path](https://www.sanity.io/docs/ids): `"submission.<uuid>"`, and will not be available through the public API without a token with `read` rights.
1717
9. If you want to view the submissions in the Studio, you can add the following schema to your project:
1818

1919
```js

0 commit comments

Comments
 (0)