Skip to content

Commit

Permalink
Keep the max line length style in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing committed Mar 24, 2017
1 parent f0dd409 commit f70ceb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Now you can configure AVA to require this file in all test processes. In
```

Now you can `require` / `import` `.vue` files and test like you would in a
browser! If you need to test DOM updates, you can use `Vue.nextTick` along with `async` / `await`.
browser! If you need to test DOM updates, you can use `Vue.nextTick` along
with `async` / `await`.

```js
import Vue from 'vue';
Expand Down

0 comments on commit f70ceb5

Please sign in to comment.