diff --git a/README.md b/README.md index 919d1966a..b3d20ee9e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # The Homebrewery -The Homebrewery is a tool for making authnetic looking [D&D content](http://dnd.wizards.com/products/tabletop-games/rpg-products/rpg_playershandbook) using only [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Check it out [here](http://homebrewery.naturalcrit.com). +The Homebrewery is a tool for making authentic looking [D&D content](http://dnd.wizards.com/products/tabletop-games/rpg-products/rpg_playershandbook) using only [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Check it out [here](http://homebrewery.naturalcrit.com). ### issues, suggestions, bugs -If you run into any issues using The Homebrewery, please submit an issues [here](/issues) +If you run into any issues using The Homebrewery, please submit an issue [here](/issues) ### local dev @@ -20,7 +20,7 @@ Homebrewery is open source, so feel free to clone it, tinker with it, or run you 1. `npm start` #### standalone PHB stylesheet -If you just want the stylesheet that is generated to make pages look like they are from the PLayer's Handbook, you have find it [here](https://github.com/stolksdorf/homebrewery/blob/master/phb.standalone.css) +If you just want the stylesheet that is generated to make pages look like they are from the Player's Handbook, you will find it [here](https://github.com/stolksdorf/homebrewery/blob/master/phb.standalone.css) If you are developing locally and would like to generate your own, follow the above steps and then run `npm run phb`.