Skip to content

Commit dd714a1

Browse files
Fix import in README.md (#38)
1 parent ea13cec commit dd714a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const client = new Client({
5959
```javascript
6060
const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts");
6161
const { Client } = require("@elastic/elasticsearch");
62-
const createAwsElasticsearchConnector = require("./src/index.js");
62+
const createAwsElasticsearchConnector = require("aws-elasticsearch-connector");
6363

6464
async function ping() {
6565
const creds = await assumeRole(

0 commit comments

Comments
 (0)