Skip to content

Commit

Permalink
Add code highlight to first example (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellisario authored Aug 14, 2022
1 parent 554d440 commit af091d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A [REPL](https://anguscroll.com/just) for every utility (powered by [RunKit](htt
## ES and CJS modules available for every utility <img src="images/esm.png" width="22"/> <img src="images/node.jpeg" width="18"/>

All packages support ES module or Common JS syntax without requiring transpilation
```
```js
// esm (node / bundler)
import clone from 'just-clone';

Expand Down

0 comments on commit af091d7

Please sign in to comment.