ep_special_characters 0.0.29 → 0.0.30
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ TODO: Describe the plugin.
|
|
|
9
9
|
From the Etherpad working directory, run:
|
|
10
10
|
|
|
11
11
|
```shell
|
|
12
|
-
|
|
12
|
+
pnpm run plugins install ep_special_characters
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Or, install from Etherpad's `/admin/plugins` page.
|