Skip to content

Commit

Permalink
Added missing @ in npm search link
Browse files Browse the repository at this point in the history
Added missing @ in npm search link. The npm scope of the submodules is `@googleapis` but the link was following to `googleapis`
  • Loading branch information
michalczukm authored Jan 10, 2025
1 parent 69c9084 commit 3ea7e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you need to reduce startup times, you can alternatively install a submodule a
$ npm install @googleapis/docs
```

You can run [this search](https://www.npmjs.com/search?q=scope%3Agoogleapis) on `npm`, to find a list of the submodules available.
You can run [this search](https://www.npmjs.com/search?q=scope%3A@googleapis) on `npm`, to find a list of the submodules available.
### Using the client library

This is a very simple example. This creates a Blogger client and retrieves the details of a blog given the blog Id:
Expand Down

0 comments on commit 3ea7e52

Please sign in to comment.