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

NodeJS: Fix title in readme. #1294

Merged
merged 1 commit into from
May 25, 2017
Merged
Show file tree
Hide file tree
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
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