Skip to content

Commit 3e43236

Browse files
readme: Add easy links to homepage + docs
Discussed in #192 Also, Quickstart -> Quick Start
1 parent 13b53c1 commit 3e43236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Google Cloud Node.js Client
2-
32
> Node idiomatic client for Google Cloud services.
43
5-
6-
74
[![NPM Version](https://img.shields.io/npm/v/gcloud.svg)](https://www.npmjs.org/package/gcloud)
85
[![Travis Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-node.svg)](https://travis-ci.org/GoogleCloudPlatform/gcloud-node/)
96
[![Coverage Status](https://img.shields.io/coveralls/GoogleCloudPlatform/gcloud-node.svg)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-node?branch=master)
107

8+
* [Homepage](https://googlecloudplatform.github.io/gcloud-node/)
9+
* [API Documentation](https://googlecloudplatform.github.io/gcloud-node/#/docs)
10+
1111
This client supports the following Google Cloud services:
1212

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

16-
## Quickstart
16+
## Quick Start
1717

1818
```sh
1919
$ npm install gcloud

0 commit comments

Comments
 (0)