diff --git a/README.md b/README.md index 5dfaa1b9b3..6fb38313aa 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Connext is a modular stack for trust-minimized, generalized communication betwee - [Cache](https://github.com/connext/monorepo/tree/main/packages/adapters/cache) is a wrapper around all the Redis-based caches that are used. - [Database](https://github.com/connext/monorepo/tree/main/packages/adapters/database) is implementation of schema and client for the database. - - [Subrgaph](https://github.com/connext/monorepo/tree/main/packages/adapters/subgraph) includes graphclient implementation and reader functions for subgraph. + - [Subgraph](https://github.com/connext/monorepo/tree/main/packages/adapters/subgraph) includes graphclient implementation and reader functions for subgraph. - [TxService](https://github.com/connext/monorepo/tree/main/packages/adapters/txservice) resiliently attempts to send transactions to chain (with retries, etc.) and is used to read and write to RPC providers, and has fallback providers if needed. Fallbacks can be defined as arrays and this way we can provide resiliency in case of failure - [Web3Signer](https://github.com/connext/monorepo/tree/main/packages/adapters/web3signer) is a wrapper around Web3Signer, which is a secure way of signing which does not require to include mnemonics in the app itself. diff --git a/docker/README.md b/docker/README.md index 4181511038..a65fd3024b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ Docker directories named according to NXTP packages. -Config.json located in the root of each project's docker ie (repo-root)/docker/ controlls how the packages will be configured. for examples see (repo-root)/packages/examples.config.json +Config.json located in the root of each project's docker ie (repo-root)/docker/ controls how the packages will be configured. For examples see (repo-root)/packages/examples.config.json - router (pretty much just runs the router as configured). diff --git a/packages/integration/README.md b/packages/integration/README.md index 43b2b85d6c..71a7d8e26e 100644 --- a/packages/integration/README.md +++ b/packages/integration/README.md @@ -16,7 +16,7 @@ A test script to validate the end-to-end cross-chain transfer process. ### 2. Environment Variables -In your local environment, relpace `sha-0c08528` to the latest sha build tag from CI you want to use, run the following commands to export env variables which will be used in the local e2e runtime environment: +In your local environment, replace `sha-0c08528` to the latest sha build tag from CI you want to use, run the following commands to export env variables which will be used in the local e2e runtime environment: ```sh export ROUTER_PUBLISHER_IMAGE='ghcr.io/connext/router-publisher:sha-0c08528'