diff --git a/README.md b/README.md index 5a0bbb26e..4d4b391dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Teamleader UI -Teamleader UI is a set of [React](http://facebook.github.io/react/) components used in Teamleader. +Teamleader UI is a set of [React](http://facebook.github.io/react/) components that implement the [Teamleader](https://www.teamleader.eu) design specification. ## Installation @@ -16,13 +16,32 @@ In this minimal example, we import a `Button` with styles already bundled: ```js import React from 'react'; +import ReactDOM from 'react-dom'; import { Button } from 'teamleader-ui'; -render( -