@crosscopy/clipboard 0.1.8 → 0.1.9
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ Format: `process.platform/process.arch`
|
|
|
74
74
|
|
|
75
75
|
The process here is from nodejs.
|
|
76
76
|
|
|
77
|
-
Supported platforms can be found in `go-clipboard
|
|
77
|
+
Supported platforms can be found in `go-clipboard/binaries`.
|
|
78
78
|
|
|
79
79
|
If your nodejs gives different platform or arch, it may not work.
|
|
80
80
|
|
package/package.json
CHANGED