sanity-plugin-latex-input 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,13 +12,13 @@ sanity-plugin-latex-input adds support for `latex` schema type, so it can be use
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```sh
|
|
15
|
-
npm install --save sanity-plugin-latex-input
|
|
15
|
+
npm install --save sanity-plugin-latex-input
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
or
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
yarn add sanity-plugin-latex-input
|
|
21
|
+
yarn add sanity-plugin-latex-input
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|