Skip to content

Commit

Permalink
Updating to fix jekyll formatting (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sequoia authored and superkhau committed Oct 12, 2016
1 parent 9c886e1 commit 546028e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[strongloop-website]: http://strongloop.com/

#loopback-example-rest-connector
# loopback-example-rest-connector

- [Overview](#Overview)
- [Running the app](#running-the-app)
Expand All @@ -19,7 +19,7 @@ this REST API.
$ git clone https://github.com/strongloop/loopback-example-rest-connector.git
$ cd loopback-example-rest-connector/external-server
$ npm install
# node .
$ node .
```
In another shell:
```
Expand All @@ -35,7 +35,7 @@ explorer or by running `curl localhost:3000/api/Magazines`.
## FAQs
The following are common questions related to using the REST connector.

##How do you perform a GET request to a remote server?
## How do you perform a GET request to a remote server?
In this example, we have a REST API exposed in [model-config.json](https://github.com/strongloop/loopback-example-rest-connector/blob/master/external-server/server/model-config.json#L31)
.

Expand Down

0 comments on commit 546028e

Please sign in to comment.