From 157fa002ee0bdac10e3a576f5137e837b2987787 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Wed, 3 Apr 2019 20:26:53 -0300 Subject: [PATCH] Fix: changes after review (#274) --- docs/README.md | 4 ++-- docs/WRAPPER.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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