@shipstatic/drop 2.2.2 → 2.2.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ React 18 or 19 is a peer dependency.
18
18
  import { useDrop } from '@shipstatic/drop';
19
19
  import Ship from '@shipstatic/ship';
20
20
 
21
- const ship = new Ship({ token: 'deploy-...' });
21
+ const ship = new Ship({ token: 'deploy-your-token' });
22
22
 
23
23
  function Uploader() {
24
24
  const drop = useDrop({ ship });