Skip to content

Commit b47223f

Browse files
committed
Merge branch 'main' of github.com:RaspberryPiFoundation/python-friendly-error-messages
2 parents 30c01e9 + 025c6d5 commit b47223f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [ ] Ensure all strings in `src/` are localised
44
- [ ] Consider renaming `explain()` to something like `friendlyExplain()`?
55
- [ ] Figure out where the built packages should live / be served from
6+
- [ ] BEM-style formatting for CSS classes?
67
- [ ] Open source?
78

89
A small, runtime-agnostic, library that explains Python error messages in a friendlier way, inspired by [p5.js's Friendly Error System](https://p5js.org/contribute/friendly_error_system/).
@@ -65,7 +66,7 @@ asdf plugin add nodejs
6566
asdf install
6667
```
6768

68-
This will read .tool-versions and install Node.js 22.11.0 automatically.
69+
This will read `.tool-versions` and install the appropriate version of Node.js automatically.
6970

7071
```
7172
npm install
@@ -94,8 +95,4 @@ npm run build:all && npm run build:browser
9495

9596
Output files will be in `dist/`.
9697

97-
You can now import it elsewhere (see Usage notes):
98-
99-
```
100-
import { loadCopydeck, registerAdapter, skulptAdapter, explain } from "python-friendly-error
101-
```
98+
You can now import, and use it, elsewhere (see Usage notes).

0 commit comments

Comments
 (0)