Skip to content

Commit

Permalink
Merge pull request #1216 from apollostack/helfer-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
helfer authored Jan 22, 2017
2 parents f234463 + dd4090e commit 12caf3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ Apollo Client can be used in any JavaScript frontend where you want to use data

Get started on the [home page](http://dev.apollodata.com/), which has great examples for a variety of frameworks.

## Installing
## Installation

```txt
npm install apollo-client
```

To use this client in a web browser or mobile app, you'll need a build system capable of loading NPM packages on the client. Some common choices include Browserify, Webpack, and Meteor 1.3.

### Learn how to use Apollo Client with your favorite framework
**NEW:** Install the [Apollo Client Developer tools for Chrome](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) for a great GraphQL developer experience!

## Learn how to use Apollo Client with your favorite framework

- [React](http://dev.apollodata.com/react/)
- [Angular 2](http://dev.apollodata.com/angular2/)
Expand All @@ -35,7 +37,7 @@ To use this client in a web browser or mobile app, you'll need a build system ca

---

### Contributing
## Contributing

[![Build status](https://travis-ci.org/apollostack/apollo-client.svg?branch=master)](https://travis-ci.org/apollostack/apollo-client)
[![Build status](https://ci.appveyor.com/api/projects/status/ajdf70delshw2ire/branch/master?svg=true)](https://ci.appveyor.com/project/stubailo/apollo-client/branch/master)
Expand Down

0 comments on commit 12caf3d

Please sign in to comment.