From e70fba5aae8273296a2e7214d8c2d4f76d581783 Mon Sep 17 00:00:00 2001 From: Gregor Date: Sat, 7 May 2016 22:39:50 -0400 Subject: [PATCH] docs(README): add description --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28cb227..9f42fe5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # hoodie-account -> Hoodie's Account API +> Hoodie Account core module [![Build Status](https://travis-ci.org/hoodiehq/hoodie-account.svg?branch=master)](https://travis-ci.org/hoodiehq/hoodie-account) [![Dependency Status](https://david-dm.org/hoodiehq/hoodie-account.svg)](https://david-dm.org/hoodiehq/hoodie-account) [![devDependency Status](https://david-dm.org/hoodiehq/hoodie-account/dev-status.svg)](https://david-dm.org/hoodiehq/hoodie-account#info=devDependencies) +`hoodie-account` combines [account-client](https://github.com/hoodiehq/hoodie-account-client), +[account-server](https://github.com/hoodiehq/hoodie-account-server) and +exposes a generic account UI. ## Local setup and tests