diff --git a/README.md b/README.md index 3e9365c..20448fd 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ svg content = do contents :: Svg () contents = do - rect_ [width_ "100%", height_ "100%", fill_ "red"] + rect_ [width_ "100%", height_ "100%", fill_ "red"] circle_ [cx_ "150", cy_ "100", r_ "80", fill_ "green"] - text_ [x_ "150", y_ "125", fontSize_ "60", textAnchor_ "middle", fill_ "white"] "SVG" + text_ [x_ "150", y_ "125", font_size_ "60", text_anchor_ "middle", fill_ "white"] "SVG" main :: IO ()