From 3f064ed95cc2a1b75c7cfe5626599d1e0d5ef885 Mon Sep 17 00:00:00 2001 From: Jan Miksovsky Date: Wed, 13 May 2015 11:02:43 -0700 Subject: [PATCH] Add link to component API documentation. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cc2f58..7a1195f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ This individual component repository is designed to let you include this -component in your web projects via [Bower](http://bower.io). For more -information about installing this component, or to contribute issues or changes -to this component, please see the consolidated [Basic Web +component in your web projects via [Bower](http://bower.io). + +For more information about installing this component, or to contribute issues or +changes to this component, please see the consolidated [Basic Web Components](https://github.com/basic-web-components/basic-web-components) repository. + +For details on using this component with JavaScript, see its [API +documentation](http://basic-web-components.github.io/basic-web-components/docs/).