From 148f7400cf8bf1496c7f444cb53052fe99324579 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 6 Aug 2020 17:41:51 +0100 Subject: [PATCH] Fix Readme example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9419786..6ad6095 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ DrawConfig myDrawConfig = DrawConfig.build( ); //Create a `Filler` with a configuration (we reuse the drawConfig in this case). -FillerConfig myFillerConfig = FillerConfig( +FillerConfig myFillerConfig = FillerConfig.build( hachureGap: 8, hachureAngle: -20, drawConfig: myDrawConfig,