Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Nov 2, 2023
1 parent 7a55bf3 commit 875bf58
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 @@ -47,7 +47,7 @@ shell. For more details on how to set this up, consult shtab's

## Usage

### Before Using Mike
### Before Using mike

Before using mike for the first time, you may want to use [`mike delete
--all`](#deleting-docs) to delete any old documentation on your `gh-pages`
Expand Down Expand Up @@ -358,7 +358,7 @@ If you'd like to provide support for mike in your theme, you just need to
fetch `versions.json` and build a version selector. `versions.json` looks like
this:

```js
```javascript
[
{"version": "1.0", "title": "1.0.1", "aliases": ["latest"]},
{"version": "0.9", "title": "0.9", "aliases": [], "properties": "anything"}
Expand Down

0 comments on commit 875bf58

Please sign in to comment.