Skip to content

Commit dfd661d

Browse files
committed
chore: lite example
1 parent dcd5369 commit dfd661d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/clients/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import { algoliasearch } from '{{npmPackageName}}';
6464
const client = algoliasearch('YOUR_APP_ID', 'YOUR_API_KEY');
6565

6666
// or with the lite client
67-
import { liteClient } from '{{npmPackageName}}/lite';
67+
import { {{apiName}} } from '{{npmPackageName}}/lite';
6868

6969
const client = {{apiName}}('YOUR_APP_ID', 'YOUR_API_KEY');
7070
{{/isAlgoliasearchClient}}

0 commit comments

Comments
 (0)