Skip to content

Commit

Permalink
Merge pull request algolia/vue-instantsearch#9 from algolia/fix/readme
Browse files Browse the repository at this point in the history
add highlighting to readme code block
  • Loading branch information
rayrutjes authored Mar 14, 2017
2 parents 8f630c2 + 8218b9a commit dabd707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-instantsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project uses [Lerna](https://github.com/lerna/lerna) to orchestrate the all

To get started you should:

```
```sh
# Install Lerna globally
yarn global add lerna

Expand All @@ -24,7 +24,7 @@ lerna run build
Sometimes your builds will fail because of incorrect dependencies resolution. If that happens, the easiest fix is
to delete all `node_modules` folders and to bootstrap again.

```
```sh
rm -rf ./packages/*/node_modules
lerna bootstrap
```
Expand Down

0 comments on commit dabd707

Please sign in to comment.