diff --git a/README.md b/README.md index eda2195..a6e3c22 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A circular progress indicator component, built with SVG. Easily customizable with CSS. +[](https://travis-ci.org/iqnivek/react-circular-progressbar) + ## Installation Install the npm module: diff --git a/demo/demo.jsx b/demo/demo.jsx index f97e6bd..19ca10e 100644 --- a/demo/demo.jsx +++ b/demo/demo.jsx @@ -6,28 +6,28 @@ console.log(`react-circular-progressbar v${COMPONENT_VERSION}`); const githubURL = 'https://github.com/iqnivek/react-circular-progressbar'; -const DemoItem = (props) => ( +const Config = ({ name, example, description, children }) => (
{props.name}{props.example ? `e.g. ${props.example}` : null}
{props.description}
+{name}{example ? `e.g. ${example}` : null}
{description}
{props.description}
+{description}