Skip to content

Commit

Permalink
Docs corrections (#1472)
Browse files Browse the repository at this point in the history
* Anchor correction

* Anchor correction
  • Loading branch information
João Alberto authored and bostrom committed Apr 27, 2017
1 parent 019abc5 commit a81d594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Restangular
# Restangular

[![Build Status](https://travis-ci.org/mgonto/restangular.svg?branch=master)](https://travis-ci.org/mgonto/restangular)
[![Coverage Status](https://coveralls.io/repos/github/mgonto/restangular/badge.svg?branch=master)](https://coveralls.io/github/mgonto/restangular?branch=master)
Expand All @@ -17,7 +17,7 @@ Restangular is an AngularJS service that simplifies common GET, POST, DELETE, an
Learn Restangular! Try the [live demo on plunkr](http://plnkr.co/edit/8qrGeE?p=preview). It uses the same example as the official [Angular Javascript Project](http://angularjs.org/#wire-up-a-backend), but with Restangular! Or watch [a video introduction of a talk I gave at Devoxx France](http://www.parleys.com/play/535a189ee4b0c5ba17d43455/chapter1/about) about Restangular.


#Table of contents
# Table of contents

- [Restangular](#restangular)
- [Differences with $resource](#differences-with-resource)
Expand Down Expand Up @@ -138,7 +138,7 @@ $scope.user.one('messages', 123).one('from', 123).getList('unread');

**[Back to top](#table-of-contents)**

#How do I add this to my project?
## How do I add this to my project?

You can download this by:

Expand All @@ -155,7 +155,7 @@ You can download this by:

**[Back to top](#table-of-contents)**

#Dependencies
## Dependencies

Restangular depends on Angular and Lodash (or Underscore).

Expand All @@ -173,7 +173,7 @@ Each time, there're more Production WebApps using `Restangular`. If your webapp

**[Back to top](#table-of-contents)**

#Starter Guide
# Starter Guide

## Quick Configuration (For Lazy Readers)
This is all you need to start using all the basic Restangular features.
Expand Down

0 comments on commit a81d594

Please sign in to comment.