Skip to content

Commit 621a899

Browse files
committed
Update README
1 parent b6373ff commit 621a899

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# CheerpJ 3.0 JPEXS FFDEC
1+
# CheerpJ JPEXS FFDEC
22

3-
[JPEXS FFDEC](https://github.com/jindrapetrik/jpexs-decompiler) (JPEXS Free Flash Decompiler) running online with CheerpJ 3.
3+
[JPEXS FFDEC](https://github.com/jindrapetrik/jpexs-decompiler) (JPEXS Free Flash Decompiler) running online with CheerpJ 4.
44

55

66
## Running
77

88
**Note:** The website has an in page version of developer tools ([Eruda](https://www.npmjs.com/package/eruda)) to easily inspect the console and network requests. It doesn't log network requests for CheerpJ resources but it does log the FFDEC network requests. Add `#console` to the URL to display.
99

1010
### Website
11-
On Github Pages [here](https://cheerpj3-jpexs-ffdec.coder0107git.v6.rocks/).
11+
On Github Pages [here](https://coder0107git.github.io/cheerpj-jpexs-ffdec/).
1212

1313
### StackBlitz
14-
[Open](https://stackblitz.com/~/github.com/coder0107git/cheerpj3-jpexs-ffdec) on StackBlitz.
14+
[Open](https://stackblitz.com/~/github.com/coder0107git/cheerpj-jpexs-ffdec) on StackBlitz.
1515

1616
### Locally
1717

1818
1. Clone the repo.
19-
2. Install the dependencies (`npm install` or `pnpm install`).
20-
3. Run it (`npm run dev` or `pnpm dlx serve .`)
19+
2. Install the dependencies (`pnpm install`).
20+
3. Run it (`pnpm run dev`)

0 commit comments

Comments
 (0)