Skip to content

Commit 0ac9afa

Browse files
authored
Update README.md
1 parent f91d0d9 commit 0ac9afa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Render React DOM into a new context (aka "Portal")
77
## Installation
88

99
```sh
10-
$ npm install --save react-gateway
10+
$ npm install --save @chardskarth/react-gateway
1111
```
1212

1313
## Example
@@ -18,7 +18,7 @@ import {
1818
Gateway,
1919
GatewayDest,
2020
GatewayProvider
21-
} from 'react-gateway';
21+
} from '@chardskarth/react-gateway';
2222

2323
export default class Application extends React.Component {
2424
render() {

0 commit comments

Comments
 (0)