Skip to content

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
llemaitre19 committed Feb 20, 2024
1 parent 3de0b28 commit 7f912f5
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 @@ -47,7 +47,7 @@ emacs users should note that this repository is not currently compatible with th
### Installation

1. download `css-in-js-mode.el` and put it in a directory listed in your `load-path`
1. load the file: `(require 'css-in-js)`
1. load the file: `(require 'css-in-js-mode)`

> these steps can also be done using [straight.el](https://github.com/radian-software/straight.el):
> `(straight-use-package '(css-in-js-mode :type git :host github :repo "orzechowskid/tree-sitter-css-in-js"))`
Expand Down

0 comments on commit 7f912f5

Please sign in to comment.