From 3ea7e5234ed950435fb800abbf1629213e4c80ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Michalczuk?= Date: Fri, 10 Jan 2025 22:27:58 +0100 Subject: [PATCH] Added missing @ in npm search link Added missing @ in npm search link. The npm scope of the submodules is `@googleapis` but the link was following to `googleapis` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c1445085..44e7837edd 100644 --- a/README.md +++ b/README.md @@ -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: