@mountsqli/studio 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ npm install @mountsqli/studio
20
20
  ## Standalone
21
21
 
22
22
  ```bash
23
- npx mountsqli studio
23
+ npx @mountsqli/cli studio
24
24
  ```
25
25
 
26
26
  Opens http://localhost:3333
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountsqli/studio",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {