Skip to content

Commit e004012

Browse files
authored
Update README.md
1 parent 3bb1d05 commit e004012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# esm-cjs-lexer
22

3-
A commonjs module lexer written in Rust for detecting the `module.exports` of a commonjs module. The lexer is powered by [swc](https://github.com/swc-project/swc), compiled to WebAssembly.
3+
A wasm module for detecting the `module.exports` of a CJS module, powered by [swc](https://github.com/swc-project/swc).
44

55
## Usage
66

0 commit comments

Comments
 (0)