Skip to content

Commit

Permalink
Merge pull request #12 from beni0888/patch-1
Browse files Browse the repository at this point in the history
Fix broken link in README.md
  • Loading branch information
yaroslavcev authored Mar 25, 2021
2 parents 3220ca6 + b6900ab commit 5955fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [acceptance tests](./acceptance/suite/acceptance_suite_test.go) of this pack

Long story short:
- Define your service in a YAML file inspired by docker-compose format, with an idiomatic name of [`aceptadora.yml`](./acceptance/aceptadora.yml)
- Define your environment variables in [some `config.env` files](./acceptance/config.env)
- Define your environment variables in [some `config.env` files](./acceptance/config/)
- Load them in your test:
```go
aceptadora.SetEnv(
Expand Down

0 comments on commit 5955fad

Please sign in to comment.