Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit b7d5137

Browse files
committed
[FIX] Typo in Readme
1 parent 0cbc83c commit b7d5137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ OR
7575
yarn init
7676
```
7777

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.
7979

8080
```shell
8181
npm install myscript
8282
OR
8383
yarn add myscript
8484
```
8585

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`.
8787

8888
```shell
8989
bower install myscript

0 commit comments

Comments
 (0)