Skip to content

Commit

Permalink
Improves 'Unstable File Paths' section
Browse files Browse the repository at this point in the history
* improves readability of the examples provided
  • Loading branch information
ryanoasis authored Apr 1, 2017
1 parent a4eebd6 commit ff168f5
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 @@ -381,8 +381,8 @@ See [contributing.md](contributing.md)
Reference the **release** branch and _not_ the ~~master~~ branch because paths are subject change for each release

* For example:
* ✅ Use: https://github.com/ryanoasis/nerd-fonts/blob/0.9.0/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf
* ❌ Instead of: ~~https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf~~
* ✅ Use: `https://github.com/ryanoasis/nerd-fonts/blob/`**0.9.0**`/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf`
* ❌ Instead of: `https://github.com/ryanoasis/nerd-fonts/blob/`~~master~~`/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf`


## Other Good Fonts to Patch
Expand Down

0 comments on commit ff168f5

Please sign in to comment.