Skip to content

Commit f4848c7

Browse files
authoredFeb 4, 2025
Update README.md
1 parent 56b318f commit f4848c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ This library supports the maintenance LTS, active LTS, and current release of no
5151
## Getting started
5252

5353
### Installation
54-
This library is distributed on `npm`. In order to add it as a dependency, run the following command:
54+
This library is distributed on `npm`. In order to add it as a dependency, run the following command in your terminal:
5555

5656
```sh
57-
$ npm install googleapis
57+
npm install googleapis
5858
```
5959

60-
If you need to reduce startup times, you can alternatively install a submodule as its own dependency. We make an effort to publish submodules that are __not__ in this [list](https://github.com/googleapis/google-cloud-node#google-cloud-nodejs-client-libraries). In order to add it as a dependency, run the following sample command, replacing with your preferred API:
60+
If you need to reduce startup times, you can alternatively install a submodule as its own dependency. We make an effort to publish submodules that are __not__ in this [list](https://github.com/googleapis/google-cloud-node#google-cloud-nodejs-client-libraries). In order to add it as a dependency, run the following sample command in your terminal, replacing with your preferred API:
6161

6262
```sh
63-
$ npm install @googleapis/docs
63+
npm install @googleapis/docs
6464
```
6565

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

0 commit comments

Comments
 (0)