Просмотр исходного кода

Fix npm package name for drop-target (#2857)

Joseph Szobody 4 лет назад
Родитель
Сommit
ee73d58b48
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      website/src/docs/drop-target.md

+ 1 - 1
website/src/docs/drop-target.md

@@ -30,7 +30,7 @@ This plugin is published as the `@uppy/drop-target` package.
 Install from NPM:
 
 ```shell
-npm install @uppy/drag-drop
+npm install @uppy/drop-target
 ```
 
 In the [CDN package](/docs/#With-a-script-tag), it is available on the `Uppy` global object: