change header levels

pull/1345/head
kelseiv 2020-08-17 22:02:49 -07:00 committed by Scott Anderson
parent 403f50c700
commit c292ecec6c
1 changed files with 6 additions and 6 deletions

View File

@ -28,26 +28,26 @@ If just getting started, see [Get started with InfluxDB](/v2.0/get-started/).
1. Clone the [examples directory](https://github.com/influxdata/influxdb-client-js/tree/master/examples) in the [influxdb-client-js](https://github.com/influxdata/influxdb-client-js) repo.
2. Navigate to the `examples` directory and install dependencies.
{{< code-tabs-wrapper >}}
{{% code-tabs %}}
{{< code-tabs-wrapper >}}
{{% code-tabs %}}
[npm](#)
[yarn](#)
{{% /code-tabs %}}
{{% code-tab-content %}}
```sh
# Navigate into examples directory
### Navigate into examples directory
cd examples
# Install dependencies
### Install dependencies
npm install
```
{{% /code-tab-content %}}
{{% code-tab-content %}}
```sh
# Navigate into examples directory
### Navigate into examples directory
cd examples
# Install dependencies
### Install dependencies
yarn install
```
{{% /code-tab-content %}}