Skip to content

Commit f068ad8

Browse files
authored
fix(docs): sanity dev instead of sanity start
1 parent 12b2796 commit f068ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ Now, configure the plugin in sanity.config.ts (or .js) in Sanity Studio:
9090
})
9191
```
9292

93-
Start the studio:
93+
Start the Sanity Studio development server:
9494

9595
```bash
96-
sanity start
96+
sanity dev
9797
```
9898

9999
Check browser console: the plugin should have logged `"hello from my-sanity-plugin"`.

0 commit comments

Comments
 (0)