You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ A [React](https://github.com/facebook/react) component for [Google Publisher Tag
30
30
## Installation
31
31
32
32
```
33
-
$ npm install --save react-gpt
33
+
$ yarn react-gpt
34
34
```
35
35
36
36
React GPT depends on [Promise](https://promisesaplus.com/) to be available in browser. If your application support the browser which doesn't support Promise, please include the polyfill.
@@ -120,7 +120,7 @@ class Application extends React.Component {
120
120
## To run examples:
121
121
122
122
1. Clone this repo
123
-
2. Run `npm install`
123
+
2. Run `yarn`
124
124
3. Run `npm run examples` for client side rendering, `npm start` for server side rendering.
0 commit comments