Skip to content

Commit

Permalink
docs: correct the README (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodearcher authored and JustinBeckwith committed Jan 2, 2019
1 parent 438979a commit c61e14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -496,7 +496,7 @@ const apis = google.getSupportedAPIs();
This will return an object with the API name as object property names, and an array of version strings as the object values;

### TypeScript
This library is written in TypeScript, and provides types out of the box. All classes and interfaces generated for each API are exported under the `${apiName}_${version}` namespace. For example, the Drive v3 API types are are all available from the `drive_v3` namespace:
This library is written in TypeScript, and provides types out of the box. All classes and interfaces generated for each API are exported under the `${apiName}_${version}` namespace. For example, the Drive v3 API types are all available from the `drive_v3` namespace:

```ts
import { drive_v3 } from 'googleapis';
Expand Down

0 comments on commit c61e14d

Please sign in to comment.