From 610a805cb28e54a78fd2122482c5d8bc358e8630 Mon Sep 17 00:00:00 2001 From: Maru Newby <maru.newby@avalabs.org> Date: Wed, 15 Jan 2025 21:42:56 -0800 Subject: [PATCH] Fix grammar nit in README additions --- tests/e2e/README.md | 2 +- tests/fixture/tmpnet/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index 6d1fdc6ce26a..e63d6df634bc 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -15,7 +15,7 @@ See [`tests.e2e.sh`](../../scripts/tests.e2e.sh) for an example. ### Simplifying usage with direnv -The repo includes an [.envrc](../../.envrc) that can be applied by +The repo includes a [.envrc](../../.envrc) that can be applied by [direnv](https://direnv.net/) when in a shell. This will enable `ginkgo` to be invoked directly (without a `./bin/` prefix ) and without having to specify the `--avalanchego-path` or `--plugin-dir` diff --git a/tests/fixture/tmpnet/README.md b/tests/fixture/tmpnet/README.md index 0886c415d8dd..76990b85cab5 100644 --- a/tests/fixture/tmpnet/README.md +++ b/tests/fixture/tmpnet/README.md @@ -68,7 +68,7 @@ network. ### Simplifying usage with direnv -The repo includes an [.envrc](../../../.envrc) that can be applied by +The repo includes a [.envrc](../../../.envrc) that can be applied by [direnv](https://direnv.net/) when in a shell. This will enable `tmpnetctl` to be invoked directly (without a `./bin/` prefix ) and without having to specify the `--avalanchego-path` or `--plugin-dir`