@azure/digital-twins-core 1.1.0-beta.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -332,7 +332,7 @@ Additional examples can be found in the
332
332
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
333
333
 
334
334
  ```javascript
335
- import { setLogLevel } from "@azure/logger";
335
+ const { setlogLevel } = require("@azure/logger");
336
336
 
337
337
  setLogLevel("info");
338
338
  ```