Skip to content

Commit 08bd432

Browse files
authored
Merge pull request #28 from SidneyNemzer/patch-1
evancz/virtual-dom -> elm/virtual-dom
2 parents dfe97e8 + ca01f8a commit 08bd432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Svg.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import Json.Encode as Json
7474
{-| The core building block to create SVG. This library is filled with helper
7575
functions to create these `Svg` values.
7676
77-
This is backed by `VirtualDom.Node` in `evancz/virtual-dom`, but you do not
77+
This is backed by `VirtualDom.Node` in `elm/virtual-dom`, but you do not
7878
need to know any details about that to use this library!
7979
-}
8080
type alias Svg msg =

0 commit comments

Comments
 (0)