- commit
- 58cd31cde883f0be78146a979e4c8b389db936f8
- parent
- c2268727f934d830276b5cdde18e1d261864d830
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-11-01 12:55
README: replace browserify by rollup
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -14,7 +14,7 @@ complicated. This library takes care of exactly that. 14 14 npm install aria-api 15 15 16 16 This installation method works best if you use tools like webpack or17 -1 browserify. There is also an UMD build included as `dist/aria.js`.-1 17 rollup. There is also an UMD build included as `dist/aria.js`. 18 18 19 19 # Usage 20 20