File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const result = explain({
5050
5151### Prerequisites
5252
53- - ** asdf** for environment management
53+ - * asdf** for environment management
5454- ** Node.js** (installed via asdf)
5555- ** npm** (bundled with Node)
5656
@@ -65,7 +65,7 @@ asdf plugin add nodejs
6565asdf install
6666```
6767
68- This will read .tool-versions and install Node.js 22.11.0 automatically.
68+ This will read ` .tool-versions ` and install the appropriate version of Node.js automatically.
6969
7070```
7171npm install
@@ -94,8 +94,4 @@ npm run build:all && npm run build:browser
9494
9595Output files will be in ` dist/ ` .
9696
97- You can now import it elsewhere (see Usage notes):
98-
99- ```
100- import { loadCopydeck, registerAdapter, skulptAdapter, explain } from "python-friendly-error
101- ```
97+ You can now import, and use it, elsewhere (see Usage notes).
You can’t perform that action at this time.
0 commit comments