Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
README.md: Revert github-url from flyskywhy to taobaofed
Browse files Browse the repository at this point in the history
  • Loading branch information
flyskywhy committed Aug 19, 2016
1 parent 3ec6cc2 commit 7dcbb5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Expand Up @@ -16,7 +16,7 @@
## 安装

```
npm install --save git+https://github.com/flyskywhy/react-web.git
npm install --save git+https://github.com/taobaofed/react-web.git
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,7 @@ If you already have a React Native project and want to add web support, you need
1. Install `npm install react-web-cli -g`
2. Execute `react-web init <ExistedProjectDir>`. That install `react-web` and `devDependencies` to your project and make a `web` directory with `webpack.config.js` file under your project
3. Register your app into a web platform. To do so, add the code from **Fix platform differences. 2. Should run application on web platform** to your index.ios.js file
4. Execute `npm install --save git+https://github.com/flyskywhy/react-web.git` that replace react-web npm version to develope react-web itself easier
4. Execute `npm install --save git+https://github.com/taobaofed/react-web.git` that replace react-web npm version to develope react-web itself easier
5. Execute `react-web start` that starts the web dev server
6. Execute `react-web bundle` that builds the output

Expand All @@ -36,7 +36,7 @@ If you already have a React Native project and want to add web support, you need
### Install

```sh
npm install --save git+https://github.com/flyskywhy/react-web.git
npm install --save git+https://github.com/taobaofed/react-web.git
```

### Add Webpack configuration
Expand Down

0 comments on commit 7dcbb5c

Please sign in to comment.