Skip to content

Commit c39b7d2

Browse files
Add comment about importing Lexxy via javascript bundler
1 parent 9fdc4d6 commit c39b7d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ To apply syntax highlighting to rendered Action Text content, you need to call t
104104
```javascript
105105
import { Controller } from "@hotwired/stimulus"
106106
import { highlightAll } from "lexxy"
107+
// Or if you installed via a javascript bundler:
108+
// import { highlightAll } from "@37signals/lexxy"
107109

108110
export default class extends Controller {
109111
connect() {

0 commit comments

Comments
 (0)