Skip to content

Commit

Permalink
Merge pull request #6 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken Markdown headings
  • Loading branch information
frapontillo committed Apr 19, 2017
2 parents 5caf3d6 + 6240082 commit d54eb17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Knockout-REST

**Knockout-REST** is a simple library to extend Knockout.js objects with RESTful actions.

###Author
### Author
Francesco Pontillo

###Description:
### Description:
The library implements classes and methods to access a RESTful service,
GET, PUT, POST, DELETE for any resource.
It aims to provide a general extensible framework for RESTful application
Expand All @@ -18,11 +18,11 @@ Every entity:
* can track its and its children's changes
* can undo all the changes in the item

###License:
### License:
The library is released "as is", without any warranty nor promises.
It is licensed under the MIT license.

##Getting started
## Getting started
Knockout-REST requires three libraries:

* [knockout-2.1.0.js](http://github.com/SteveSanderson/knockout) (it should work with 2.0.0+), for the whole data-bind sorcery
Expand Down

0 comments on commit d54eb17

Please sign in to comment.