@gjsify/example-dom-excalibur-jelly-jumper 0.4.12 → 0.4.14

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
@@ -11,18 +11,18 @@ Based on the original [sample-jelly-jumper](https://github.com/excaliburjs/sampl
11
11
  ## Setup
12
12
 
13
13
  ```bash
14
- yarn install
15
- yarn build
14
+ gjsify install
15
+ gjsify run build
16
16
  ```
17
17
 
18
18
  ## Run
19
19
 
20
20
  ```bash
21
21
  # GJS/GTK4 native
22
- yarn start
22
+ gjsify run start
23
23
 
24
24
  # Browser
25
- yarn start:browser
25
+ gjsify run start:browser
26
26
  ```
27
27
 
28
28
  ## Controls