diff --git a/README.md b/README.md index e486c37..f496a6e 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ patch(oldVnode, newVnode); ### `snabbdom/h` -It is recommended that you use `snabbdom/h` to create VNodes. `h` accepts a a +It is recommended that you use `snabbdom/h` to create VNodes. `h` accepts a tag/selector as a string, an optional data object and an optional string or array of children.