Skip to content

Commit

Permalink
fix(docs): corrected studio-v2 install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Nov 22, 2022
1 parent a4a9c5d commit bd3f584
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@
https://sanity.io

## Usage
## Installation

```
sanity install sanity-plugin-latex-input@studio-v2
yarn install sanity-plugin-latex-input@studio-v2
```

Next, add `"latex-input"` to `sanity.json` plugins array:
```json
"plugins": [
"latex-input"
]
```

## Usage

You may now use the type name `latex` in your schema, such as in portable text.

## Example schema definition for portable text
Expand Down

0 comments on commit bd3f584

Please sign in to comment.