diff --git a/README.md b/README.md index fd23658..2b9daae 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ Import the Sparklines components that you need; for example to generate a simple ``` import React from 'react'; -import { Sparklines } from 'react-sparklines'; +import { Sparklines, SparklinesLine } from 'react-sparklines'; ... + ```