Skip to content

Updating to fix jekyll formatting #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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