From af02925e8f9664a7ed784f758aa0ce325cba0a77 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 11 May 2020 13:51:44 +0200 Subject: [PATCH] docs(readme): use graph instead of chart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd65e849..094af382 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ You can create your own CSS rules or pass style properties to the components. #### Using classnames -Since we are using DOM nodes for rendering the chart you can simply overwrite the styles with your own CSS rules. +Since we are using DOM nodes for rendering the graph you can simply overwrite the styles with your own CSS rules. The React Flow wrapper has the className `react-flow`. So if you want to change the graph background for example you can do: ```css