From 7f912f5885589e5274d3bec163ce3edc61216fa9 Mon Sep 17 00:00:00 2001 From: Loic Lemaitre Date: Tue, 20 Feb 2024 22:57:20 +0100 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc02cf..ef3ec69 100644 --- a/README.md +++ b/README.md @@ -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"))`