Explorar el Código

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

Joseph Szobody hace 4 años
padre
commit
ee73d58b48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: