From c2cf65f24d5680b18a0b1ef57698d70a1ea68880 Mon Sep 17 00:00:00 2001 From: ember arlynx Date: Wed, 21 Jul 2021 21:28:47 -0400 Subject: [PATCH] readme: normalize case for optics-xapps dir, add self as rust codeowner (#507) --- .github/CODEOWNERS | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 32a1b97dd..a309ad469 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ * @prestwich @anna-carroll @erinhales -rust/ @prestwich +rust/ @prestwich @emberian diff --git a/README.md b/README.md index 709b964e0..662ff3ca7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Integrations require a few key components: other chains. Solidity developers interested in implementing their own `Message` library and -`Router` contract should check out the [optics-XApps](https://github.com/celo-org/optics-monorepo/tree/main/solidity/optics-xapps) +`Router` contract should check out the [optics-xapps](https://github.com/celo-org/optics-monorepo/tree/main/solidity/optics-xapps) package. It contains several example XApps. You can find current testnet deploy configurations in the `rust/config/` @@ -92,7 +92,7 @@ Note: In the event you need to bypass the pre-commit hooks, pass the ```bash cd solidity/optics-core npm i - cd ../optics-XApps + cd ../optics-xapps npm i ```