Skip to content

Commit

Permalink
readme: Add easy links to homepage + docs
Browse files Browse the repository at this point in the history
Discussed in #192

Also, Quickstart -> Quick Start
  • Loading branch information
stephenplusplus committed Sep 7, 2014
1 parent 13b53c1 commit 3e43236
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
@@ -1,19 +1,19 @@
# Google Cloud Node.js Client

> Node idiomatic client for Google Cloud services.


[![NPM Version](https://img.shields.io/npm/v/gcloud.svg)](https://www.npmjs.org/package/gcloud)
[![Travis Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-node.svg)](https://travis-ci.org/GoogleCloudPlatform/gcloud-node/)
[![Coverage Status](https://img.shields.io/coveralls/GoogleCloudPlatform/gcloud-node.svg)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-node?branch=master)

* [Homepage](https://googlecloudplatform.github.io/gcloud-node/)
* [API Documentation](https://googlecloudplatform.github.io/gcloud-node/#/docs)

This client supports the following Google Cloud services:

* [Google Cloud Datastore](https://cloud.google.com/products/cloud-datastore/)
* [Google Cloud Storage](https://cloud.google.com/products/cloud-storage/)

## Quickstart
## Quick Start

```sh
$ npm install gcloud
Expand Down

0 comments on commit 3e43236

Please sign in to comment.