dot-language-support 3.0.1 → 4.0.0

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 CHANGED
@@ -12,5 +12,5 @@ A language service library, written in TypeScript. Used by [dot-language-server]
12
12
 
13
13
  ## Installation
14
14
  ```sh
15
- npm -S i dot-language-support
15
+ npm i dot-language-support
16
16
  ```