You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,15 +75,15 @@ OR
75
75
yarn init
76
76
```
77
77
78
-
You can then install MyScriptJS and use MyScriptJs as showed in the [Usage](https://github.com/MyScript/MyScriptJS#usage) section.
78
+
You can then install MyScriptJS and use it as showed in the [Usage](https://github.com/MyScript/MyScriptJS#usage) section.
79
79
80
80
```shell
81
81
npm install myscript
82
82
OR
83
83
yarn add myscript
84
84
```
85
85
86
-
You can also install MyScriptJS using bower (with or without an existing project) and use MyScriptJs as showed in the [Usage](https://github.com/MyScript/MyScriptJS#usage) section replacing `node_modules` by `bower_components`.
86
+
You can also install MyScriptJS using bower (with or without an existing project) and use it as showed in the [Usage](https://github.com/MyScript/MyScriptJS#usage) section replacing `node_modules` by `bower_components`.
0 commit comments