aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortaupiqueur2022-09-17 11:34:48 +0000
committerGitHub2022-09-17 11:34:48 +0000
commita73e83ef4df18e2b70bf9b409928f5eb2fc26a99 (patch)
tree7b1d374db69a2db38c213f76ab2290a419cb1962 /README.md
parent19384cc3a18ad56e3f06ecc43cf91c1641f36f90 (diff)
Fix typos (#3858)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 98ec7822..ff0699c6 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@
![Screenshot](./screenshot.png)
-A kakoune / neovim inspired editor, written in Rust.
+A Kakoune / Neovim inspired editor, written in Rust.
-The editing model is very heavily based on kakoune; during development I found
-myself agreeing with most of kakoune's design decisions.
+The editing model is very heavily based on Kakoune; during development I found
+myself agreeing with most of Kakoune's design decisions.
For more information, see the [website](https://helix-editor.com) or
[documentation](https://docs.helix-editor.com/).
@@ -24,7 +24,7 @@ All shortcuts/keymaps can be found [in the documentation on the website](https:/
- Smart, incremental syntax highlighting and code editing via tree-sitter
It's a terminal-based editor first, but I'd like to explore a custom renderer
-(similar to emacs) in wgpu or skulpin.
+(similar to Emacs) in wgpu or skulpin.
Note: Only certain languages have indentation definitions at the moment. Check
`runtime/queries/<lang>/` for `indents.scm`.