Skip to content

Commit b7090a2

Browse files
authored
Remove dollar sign from command for easier copy/pasting (transloadit#4180)
1 parent 37d9717 commit b7090a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const uppy = new Uppy()
6464
## Installation
6565

6666
```bash
67-
$ npm install @uppy/core @uppy/dashboard @uppy/tus
67+
npm install @uppy/core @uppy/dashboard @uppy/tus
6868
```
6969

7070
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.2.2/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.

0 commit comments

Comments
 (0)