فهرست منبع

Remove dollar sign from command for easier copy/pasting (#4180)

Youssef Victor 2 سال پیش
والد
کامیت
b7090a205f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -64,7 +64,7 @@ const uppy = new Uppy()
 ## Installation
 
 ```bash
-$ npm install @uppy/core @uppy/dashboard @uppy/tus
+npm install @uppy/core @uppy/dashboard @uppy/tus
 ```
 
 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.