Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
NodeJS: Small readme fix from GCN reviews (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito authored May 25, 2017
1 parent 24ec95e commit b1abcf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private ViewModel generateReadmeView(
namer.getReleaseAnnotation(packageConfig.releaseLevel(TargetLanguage.NODEJS)))
.exampleMethods(exampleMethods)
.hasMultipleServices(hasMultipleServices)
.targetLanguage("NodeJS")
.targetLanguage("Node.js")
.mainReadmeLink(GITHUB_REPO_HOST + MAIN_README_PATH)
.libraryDocumentationLink(
GITHUB_DOC_HOST + String.format(LIB_DOC_PATH, packageConfig.shortName()))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
============== file: README.md ==============
# NodeJS Client for Google Example Library API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))
# Node.js Client for Google Example Library API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))

Idiomatic NodeJS client for [Google Example Library API][Product Documentation]
Idiomatic Node.js client for [Google Example Library API][Product Documentation]
- [Client Library Documentation][]
- [Product Documentation][]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
============== file: README.md ==============
# NodeJS Client for Google Fake API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))
# Node.js Client for Google Fake API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))

Idiomatic NodeJS client for [Google Fake API][Product Documentation]
Idiomatic Node.js client for [Google Fake API][Product Documentation]
- [Client Library Documentation][]
- [Product Documentation][]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
============== file: README.md ==============
# NodeJS Client for Google Example Library API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))
# Node.js Client for Google Example Library API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))

Idiomatic NodeJS client for [Google Example Library API][Product Documentation]
Idiomatic Node.js client for [Google Example Library API][Product Documentation]
- [Client Library Documentation][]
- [Product Documentation][]

Expand Down

0 comments on commit b1abcf4

Please sign in to comment.