ep_text_statistics 0.0.24 → 0.0.25

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  Based on https://github.com/cgiffard/TextStatistics.js
5
5
 
6
6
  ## Installation
7
- Install using /admin/plugins or npm install ep_text_statistics
7
+ Install using /admin/plugins or pnpm run plugins install ep_text_statistics
8
8
 
9
9
  ## Usage
10
10
  When you type a button in the editbar will show the reading ease of the pad
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_text_statistics",
3
3
  "description": "Reading Ease and Grade Level of a pad",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "dependencies": {
7
7
  "text-statistics": "^0.1.1"