Skip to content

Commit bb5337d

Browse files
committed
chore: usage
1 parent ff7d85d commit bb5337d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/javascript/clients/README.mustache

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
> This API client already a dependency of [the algoliasearch client](https://www.npmjs.com/package/algoliasearch), you don't need to manually install `{{{npmPackageName}}}` if you already have `algoliasearch` installed.
3838
{{/isAvailableInAlgoliasearch}}
3939

40-
### With a package manager
41-
4240
To get started, you first need to install {{npmPackageName}} (or any other available API client package).
43-
4441
All of our clients comes with type definition, and are available for both browser and node environments.
4542

43+
### With a package manager
44+
45+
4646
```bash
4747
yarn add {{npmPackageName}}
4848
# or
@@ -68,6 +68,8 @@ Add the following JavaScript snippet to the <head> of your website:
6868
{{/isAlgoliasearchClient}}
6969
```
7070

71+
### Usage
72+
7173
You can now import the Algolia API client in your project and play with it.
7274

7375
```js

0 commit comments

Comments
 (0)