Skip to content

Commit 2e892b0

Browse files
authored
Update Storage File Data Lake Readme (Azure#14027)
1 parent cf8895e commit 2e892b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/storage-file-datalake/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const { DataLakeServiceClient } = require("@azure/storage-file-datalake");
223223

224224
const connStr = "<connection string>";
225225

226-
const DataLakeServiceClient = DataLakeServiceClient.fromConnectionString(connStr);
226+
const dataLakeServiceClient = DataLakeServiceClient.fromConnectionString(connStr);
227227
```
228228

229229
#### with `StorageSharedKeyCredential`

0 commit comments

Comments
 (0)