Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit b41807e

Browse files
committed
Formatting
1 parent 183a7ef commit b41807e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Update your `project.json`:
2727
```json
2828
"tools": {
2929
"SpecFlow.NetCore": "1.0.0-*"
30-
},
30+
}
3131
```
3232

3333
0. Add a `precompile` script:
@@ -37,7 +37,7 @@ Update your `project.json`:
3737
"precompile": [ "dotnet SpecFlow.NetCore" ]
3838
}
3939
```
40-
40+
4141
0. Build for your tests to be discovered. **Note:** there is [a bug with the .NET Core CLI requiring a second build for newly added files to be discovered](https://github.com/stajs/SpecFlow.NetCore/issues/22).
4242

4343
### Supported frameworks

0 commit comments

Comments
 (0)