Skip to content

Commit

Permalink
docs: improve wording in README (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chefski committed Jun 15, 2022
1 parent 2381394 commit fd6af60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -373,8 +373,8 @@ Run `keto -h` or `keto help`.

### Develop

We encourage all contributions and encourage you to read our
[contribution guidelines](./CONTRIBUTING.md)
We encourage all contributions and recommend you read our
[contribution guidelines](./CONTRIBUTING.md).

#### Dependencies

Expand Down Expand Up @@ -407,7 +407,7 @@ There are two types of tests you can run:

##### Short Tests

Short tests run fairly quickly. You can either test all of the code at once
Short tests run fairly quickly. You can either test all of the code at once:

```shell script
go test -short -tags sqlite ./...
Expand All @@ -434,7 +434,7 @@ go test -tags sqlite ./...

##### End-to-End Tests

The e2e tests are part of the normal `go test`. To only run the e2e test, use
The e2e tests are part of the normal `go test`. To only run the e2e test, use:

```shell
source ./scripts/test-resetdb.sh
Expand Down

0 comments on commit fd6af60

Please sign in to comment.