From f085beb989e280a0cad9ff7e068c95e6a1583ecd Mon Sep 17 00:00:00 2001 From: matthewjames Date: Fri, 29 Nov 2024 18:59:24 -0500 Subject: [PATCH] Update README.md even more --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4359d46a..73d622ed 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ at `https://solana.com/docs/rpc`. This library requires the following dependenci * `com.fasterxml.jackson.core:jackson-annotations:2.17.2` * `com.fasterxml.jackson.core:jackson-core:2.17.2` -#### Requirements +#### Local Development Requirements * `jdk11` installation * `docker` (for `testcontainers`) -If running on an `M[1,2,3,4] Mac` please read `shared/src/test-support/resources/README.md` +If running on an `M[1,2,3,4] Mac` please read `shared/src/test-support/resources/README.md`. #### Contributions