diff --git a/README.rst b/README.rst index 86df364c..1095de79 100644 --- a/README.rst +++ b/README.rst @@ -1,61 +1,95 @@ +######################### frontend-component-footer -========================= +######################### -|Build Status| |Coveralls| |npm_version| |npm_downloads| |license| -|semantic-release| +|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release| -frontend-component-footer is a library containing a site footer -component for use when building Open edX frontend applications. - -Usage ------ - -To install frontend-component-footer into your project:: - - npm i --save @edx/frontend-component-footer - -Component Usage:: - - import Footer, { messages } from '@edx/frontend-component-footer'; - - ... - -