Skip to content

Commit

Permalink
fix code block attributes in /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Sep 7, 2024
1 parent 6803d8a commit 9f6217a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Builds of skyway are available on the [releases page](https://github.com/MapRVA/skyway/releases).
You can also install skyway using cargo:
```

```sh
cargo install skyway
```
2 changes: 1 addition & 1 deletion docs/src/osmfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ skyway will warn you if there is a version mismatch.
After the header, you can use any combination of **selectors** and **modifiers** to manipulate the elements.
Every selector must be followed by a **tab-indented** block of one or more modifiers or nested selectors.
Comments start with `#` and extend through the end of a line.
```
```osmfilter
OSMFilter v0.1.0
TYPE way # selects ways
Expand Down

0 comments on commit 9f6217a

Please sign in to comment.