Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #881

Merged
merged 1 commit into from
Jun 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
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