Skip to content

Commit 835281b

Browse files
committed
Minor tweaks
1 parent df56e82 commit 835281b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# create-ava [![Build Status: Linux](https://travis-ci.org/avajs/create-ava.svg?branch=master)](https://travis-ci.org/avajs/create-ava) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/abj17qsw0j1rts7l/branch/master?svg=true)](https://ci.appveyor.com/project/ava/create-ava/branch/master)
2-
3-
> Add [AVA](https://ava.li) to your project
1+
# create-ava
42

3+
> Add [AVA](https://avajs.dev) to your project
54
65
## CLI
76

87
```
98
$ npm init ava [options]
109
```
1110

12-
1311
## API
1412

1513
```
@@ -36,14 +34,14 @@ Type: `object`
3634

3735
#### cwd
3836

39-
Type: `string`<br>
37+
Type: `string`\
4038
Default: `process.cwd()`
4139

4240
Current working directory.
4341

4442
#### args
4543

46-
Type: `string[]`<br>
44+
Type: `string[]`\
4745
Default: CLI arguments *(`process.argv.slice(2)`)*
4846

4947
For instance, with the arguments `['--foo', '--bar']`, the following will be put in package.json:
@@ -59,7 +57,7 @@ For instance, with the arguments `['--foo', '--bar']`, the following will be put
5957

6058
#### next
6159

62-
Type: `boolean`<br>
60+
Type: `boolean`\
6361
Default: `false`
6462

6563
Install `ava@next` instead of `ava`.

0 commit comments

Comments
 (0)