Skip to content

Commit d42c746

Browse files
authored
fix link in README (#57)
1 parent 37c16b2 commit d42c746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Enabling a decent Clojure/Script editor experience in the browser. Built for and
44

55
* **[🤹‍♀️ Live demo with in-browser eval](https://nextjournal.github.io/clojure-mode/)**
66
* [🐢 Try it in Nextjournal](https://nextjournal.com/try/clojure?cm6=1)
7-
* [📦 Use it in your project](#use-it-in-your-project)
7+
* [📦 Use it in your project](#-use-it-in-your-project)
88

99
## ✨ Features
1010

1111
**⚡️ Lightning-fast thanks to [lezer incremental parsing](https://lezer.codemirror.net/)**
1212
* Try pasting [`clojure/core.clj`](https://raw.githubusercontent.com/clojure/clojure/master/src/clj/clojure/core.clj) into the [live demo](https://nextjournal.github.io/clojure-mode/).
1313

14-
**🥤 Slurping & 🤮 Barfing**
15-
* Forward: <kbd>Ctrl</kbd> + <kbd>←</kbd> / <kbd>→</kbd> or <kbd>Mod</kbd> + <kbd>⇧</kbd> + <kbd>J</kbd> / <kbd>K</kbd>
14+
**🥤 Slurping & 🤮 Barfing**
15+
* Forward: <kbd>Ctrl</kbd> + <kbd>←</kbd> / <kbd>→</kbd> or <kbd>Mod</kbd> + <kbd>⇧</kbd> + <kbd>J</kbd> / <kbd>K</kbd>
1616
* Backward: <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>←</kbd> / <kbd>→</kbd>
1717

1818
**💗 Semantic Selections**

0 commit comments

Comments
 (0)