diff --git a/README.md b/README.md index a6f8f02de5..193235c9da 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ and other client libraries do not exist, because they are being generated on the If you want to use TypeScript with `gapi` - you have to use type definitions generated by this project. While we do generate typings for Google APIs, we can't generate `gapi` typings from discovery, so we rely on -[@types/gapi](https://www.npmjs.com/package/@types/gapi) and you also should. +[@types/gapi.client](https://www.npmjs.com/package/@types/gapi.client) and you should as well. **Server-side** libraries are open-sourced and are available [here](https://github.com/googleapis/google-api-nodejs-client). Since they are written in TS, you don't need any additional type definitions to use them.