Skip to content

Commit ee9c171

Browse files
committed
remove usesless prompt dollar sign from install commands
1 parent 2110b8d commit ee9c171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ CompletablePromise allows to create a Promise instance that does not start its r
2626

2727
Using npm:
2828
```
29-
$ npm install completable-promise
29+
npm install completable-promise
3030
```
3131

3232
Using bower:
3333
```
34-
$ bower install completable-promise
34+
bower install completable-promise
3535
```
3636

3737
Using yarn:
3838
```
39-
$ yarn add completable-promise
39+
yarn add completable-promise
4040
```
4141

4242
[Back to top](#CompletablePromise)

0 commit comments

Comments
 (0)