We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d0d9 commit 0ac9afaCopy full SHA for 0ac9afa
1 file changed
README.md
@@ -7,7 +7,7 @@ Render React DOM into a new context (aka "Portal")
7
## Installation
8
9
```sh
10
-$ npm install --save react-gateway
+$ npm install --save @chardskarth/react-gateway
11
```
12
13
## Example
@@ -18,7 +18,7 @@ import {
18
Gateway,
19
GatewayDest,
20
GatewayProvider
21
-} from 'react-gateway';
+} from '@chardskarth/react-gateway';
22
23
export default class Application extends React.Component {
24
render() {
0 commit comments