Skip to content

Commit f831ea8

Browse files
Updated example code to use the scoped @jsdevtools package
1 parent 9597f08 commit f831ea8

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
@@ -76,7 +76,7 @@ Usage
7676
When using Host Environment in Node.js apps, you'll probably want to use **CommonJS** syntax:
7777

7878
```javascript
79-
const host = require("host-environment");
79+
const host = require("@jsdevtools/host-environment");
8080
```
8181

8282
When using a transpiler such as [Babel](https://babeljs.io/) or [TypeScript](https://www.typescriptlang.org/), or a bundler such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/), you can use **ECMAScript modules** syntax instead:

0 commit comments

Comments
 (0)