@etiquekit/etq 1.0.11 → 1.0.12
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
|
@@ -77,4 +77,4 @@ Then `openssl dgst -sha256 -verify <key> -signature SHA256SUMS.sig SHA256SUMS`
|
|
|
77
77
|
and `shasum -a 256 -c SHA256SUMS`. If any step fails: stop, do not install.
|
|
78
78
|
|
|
79
79
|
## License
|
|
80
|
-
|
|
80
|
+
Apache-2.0 (see LICENSE); distributed as compiled bundles for convenience.
|