@drenso/homey-log 8.47.0 → 8.49.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
@@ -35,7 +35,7 @@ In `env.json`, add the Sentry URL. If you would like to send the logs to Sentry
35
35
  In `app.js`, include the library and create a new `Log` instance:
36
36
 
37
37
  ```js
38
- const { Log } = require('homey-log');
38
+ const { Log } = require('@drenso/homey-log');
39
39
 
40
40
  class MyApp extends Homey.App {
41
41
  onInit() {