Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman authored Nov 23, 2023
1 parent b269ebd commit d629f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- [Setup](#setup)
- [Adding a backend](#adding-a-backend)
- [Adding an editor](#adding-an-editor)
- [Adding a syntax highlighting for a language](#adding-a-syntax-highlighting-for-a-language)
- [Adding syntax highlighting for a language](#adding-syntax-highlighting-for-a-language)
- [FAQ](#faq)
- [Why Oatmeal?](#why-oatmeal)
- [License](#license)
Expand Down Expand Up @@ -285,7 +285,7 @@ The following steps should be completed to add an editor:
3. Write tests
4. Update the documentation for the [CLI](./src/application/cli.rs).

### Adding a syntax highlighting for a language
### Adding syntax highlighting for a language

Syntax highlighting language selection is a tad manual where several languages must be curated and then added to
[`build.rs`](./build.rs).
Expand Down

0 comments on commit d629f1e

Please sign in to comment.