Skip to content

Commit 55a051c

Browse files
committed
Improve wording and punctuation
1 parent 14471f0 commit 55a051c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,14 @@ These are the important files in the repo:
425425

426426
## Testing
427427

428-
There are tests for testing EQL against PostgreSQL versions 14–17, that verify:
428+
There are tests for checking EQL against PostgreSQL versions 14–17, that verify:
429429

430430
- Adding, removing, and modifying encrypted data and indexes
431431
- Validating, applying, and removing configuration for encrypted data and encrypted indexes
432-
- Validating schemas for EQL configuration, encrypted data, and encrypted index
432+
- Validating schemas for EQL configuration, encrypted data, and encrypted indexes
433433
- Using PostgreSQL operators on encrypted data and indexes (`=`, `<>`, `@>`)
434434

435-
The easiest way to run the tests [is in GitHub Actions](./.github/workflows/test-eql.yml)
435+
The easiest way to run the tests [is in GitHub Actions](./.github/workflows/test-eql.yml):
436436

437437
- Automatically whenever there are changes in the `sql/`, `tests/`, or `tasks/` directories
438438
- By manually running [the workflow](https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml)
@@ -506,7 +506,7 @@ stateDiagram-v2
506506
build_fail --> [*]
507507
```
508508

509-
You can also run the tests locally when doing local development.
509+
You can also [run the tests locally](#running-tests-locally) when doing local development.
510510

511511
### Running tests locally
512512

0 commit comments

Comments
 (0)