diff --git a/README.md b/README.md
index bcf7f416..4616244e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# G Suite Node Samples [![Build Status](https://travis-ci.org/gsuitedevs/node-samples.svg?branch=master)](https://travis-ci.org/gsuitedevs/node-samples)
+# Google Workspace Node Samples [![Build Status](https://travis-ci.org/gsuitedevs/node-samples.svg?branch=master)](https://travis-ci.org/gsuitedevs/node-samples)
-Node.js samples for [G Suite API](https://developers.google.com/gsuite/) docs.
+Node.js samples for [Google Workspace APIs](https://developers.google.com/workspace/) docs.
| | **Apps Script** | **Calendar** | **Classroom** | **Drive V3** | **Gmail** | **Sheets** | **Slides** | **Tasks** |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
@@ -11,7 +11,7 @@ Node.js samples for [G Suite API](https://developers.google.com/gsuite/) docs.
#### Quickstarts
-In about **five minutes**, you'll have a simple Node command-line application that makes requests to a Google API.
+In about **five minutes**, you'll have a simple Node command-line application that makes requests to a Google Workspace API.
#### Guides
@@ -60,7 +60,7 @@ Some IDEs (like VS Code) will detect these lint errors within the editor.
## Node Client Library
-G Suite APIs use the [Google API Node.js client library](https://github.com/google/google-api-nodejs-client).
+Google Workspace APIs use the [Google API Node.js client library](https://github.com/google/google-api-nodejs-client).
## Contributing