Skip to content

Commit b25dbd0

Browse files
authored
Clarify README instructions
1 parent 1c9790e commit b25dbd0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
6565
asdf 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
```
7171
npm install
@@ -94,8 +94,4 @@ npm run build:all && npm run build:browser
9494

9595
Output 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).

0 commit comments

Comments
 (0)