Skip to content

Commit c905e38

Browse files
authored
Update README.md
1 parent 339a592 commit c905e38

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- [ ] Ensure all strings in `src/` are localised
44
- [ ] Consider renaming `explain()` to something like `friendlyExplain()`?
5+
- [ ] Figure out where the built packages should live / be served from
56

67
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/).
78

@@ -91,13 +92,7 @@ Create a clean build for distribution:
9192
npm run build:all && npm run build:browser
9293
```
9394

94-
Output files will be in dist/:
95-
```
96-
dist/
97-
├─ index.js
98-
├─ index.d.ts
99-
└─ adapters/...
100-
```
95+
Output files will be in `dist/`.
10196

10297
You can now import it elsewhere (see Usage notes):
10398

0 commit comments

Comments
 (0)