Skip to content

Commit ec5a5a7

Browse files
Fix documentation for syntax highlighting Stimulus controller
1 parent 9fdc4d6 commit ec5a5a7

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
@@ -103,7 +103,7 @@ To apply syntax highlighting to rendered Action Text content, you need to call t
103103

104104
```javascript
105105
import { Controller } from "@hotwired/stimulus"
106-
import { highlightAll } from "lexxy"
106+
import { highlightAll } from "@37signals/lexxy"
107107

108108
export default class extends Controller {
109109
connect() {

0 commit comments

Comments
 (0)