diff --git a/docs/README.md b/docs/README.md index 29caa7fc..13c89706 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,9 @@ A JavaScript implementation of aragonAPI, used to interact with aragonOS by hand ### Docs -- [React API](/packages/aragon-api-react/README.md) - [App API](/docs/APP.md) -- [Wrapper API](/docs/WRAPPER.md) + - [React API](/packages/aragon-api-react/README.md) +- [Aragon client implementations (wrapper)](/docs/WRAPPER.md) - [Providers](/docs/PROVIDERS.md) - [Architecture of Aragon apps and their communication channels](/docs/ARCHITECTURE.md) diff --git a/docs/WRAPPER.md b/docs/WRAPPER.md index 43ffc061..ddf9fdfd 100644 --- a/docs/WRAPPER.md +++ b/docs/WRAPPER.md @@ -1,4 +1,4 @@ -# aragonAPI for Wrappers +# aragonAPI for Aragon client implementations ## Install