Skip to content

Commit e718100

Browse files
committed
update README
1 parent 2b02993 commit e718100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The package uses the Lean 4 VSCode extension, which is intended to run in a node
4848
Here is how this can be done if your project uses Vite:
4949
```
5050
npm install [email protected] --save-exact
51-
npm install memfs
51+
npm install memfs
5252
```
5353
(We use version 0.17.0 due to this bug: https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/81)
5454

@@ -69,7 +69,7 @@ export default {
6969

7070
For Vite dev mode to work properly, the following plugin is necessary:
7171
```
72-
npm install 'https://gitpkg.vercel.app/abentkamp/monacotest2/esbuild-import-meta-url-plugin?ec9666e' --save-dev
72+
npm install 'https://gitpkg.vercel.app/hhu-adam/lean4monaco/esbuild-import-meta-url-plugin?ec9666e' --save-dev
7373
```
7474
This could be replaced by `@codingame/esbuild-import-meta-url-plugin` when this PR is accepted: https://github.com/CodinGame/esbuild-import-meta-url-plugin/pull/5
7575

0 commit comments

Comments
 (0)