Skip to content

Commit

Permalink
docs: update export command order (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored and sarahdayan committed May 7, 2020
1 parent ce81679 commit 0ca8fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Follow the few steps described below to start using Unified InstantSearch E-Comm
1. **Push your data to Algolia** (following the [required data schema](#customizing-the-search-ui)),
2. [**Fork this GitHub repository**](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) to your own,
3. **Replace the values in `src/config/index.js`** to better match your needs,
4. **Run `npm run export` (or `yarn export`)** to build the JS and CSS files,
4. **Run `yarn export` (or `npm run export`)** to build the JS and CSS files,
5. **Host and include the generated JS and CSS files** on your front-end:

```html
Expand Down

0 comments on commit 0ca8fa3

Please sign in to comment.