@ethersphere/bee-dashboard 0.33.1 → 0.33.2
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ Install globally with npm. We require Node.js's version of at least 12.x and npm
|
|
|
41
41
|
npm install -g @ethersphere/bee-dashboard
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
For the latest stable version, always use the official npm registry.
|
|
45
|
+
|
|
44
46
|
## Usage
|
|
45
47
|
|
|
46
48
|
:warning: To successfully connect to the Bee node, you will need to enable CORS. You can do so by setting
|