We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd5369 commit dfd661dCopy full SHA for dfd661d
templates/javascript/clients/README.mustache
@@ -64,7 +64,7 @@ import { algoliasearch } from '{{npmPackageName}}';
64
const client = algoliasearch('YOUR_APP_ID', 'YOUR_API_KEY');
65
66
// or with the lite client
67
-import { liteClient } from '{{npmPackageName}}/lite';
+import { {{apiName}} } from '{{npmPackageName}}/lite';
68
69
const client = {{apiName}}('YOUR_APP_ID', 'YOUR_API_KEY');
70
{{/isAlgoliasearchClient}}
0 commit comments