Skip to content

Commit

Permalink
fix some glitches from rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 14, 2018
1 parent 9ff8c37 commit c262e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ repositories {
testCompile strikt
```

## Using KistriktPstrikte see the [project documentation](https://robfletcher.github.io/strikt/) and [API docs](https://robfletcher.github.io/strikt/api/strikt).
## Using Strikt

Please see the [project documentation](https://robfletcher.github.io/strikt/) and [API docs](https://robfletcher.github.io/strikt/api/strikt).
2 changes: 1 addition & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
jcenter()
}
testCompile strikt2.1"
testCompile "io.github.robfletcher.strikt:strikt-core:0.2.1"
```

## Assertion styles
Expand Down

0 comments on commit c262e89

Please sign in to comment.