Skip to content

Commit

Permalink
Merge pull request #467 from bryant1410/develop
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
paglias committed Apr 18, 2017
2 parents 7dbcaa7 + 56959e7 commit 89b7381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@ Shared resources useful for the multiple HabitRPG repositories, that way all the
* View helper functions that may come in handy for multiple client MVCs
* Item definitions - weapons, armor, pets

##Installation
## Installation
* `npm install`
* `grunt` - after you've made modifications and want to compile the dist files for browser

Expand All @@ -23,10 +23,10 @@ Shared resources useful for the multiple HabitRPG repositories, that way all the
* `algos.score(user, task, direction)`, etc
* TODO document all the functions

##Tests
## Tests
* `npm test`

##CSS
## CSS
Shared CSS between the website and the mobile app is a fuzzy area. Spritesheets definitely go in habitrpg-shared (since mobile
uses them too). Other things, like customizer buttons, *may* want to go here? As you find sharable components, (1) move them
from the website into habitrpg-shared, (2) remove from website & make sure all html/css references are updated.
Expand Down

0 comments on commit 89b7381

Please sign in to comment.