Merge pull request #5 from kaendfinger/patch-1

Fix Typo in README
diff --git a/README.md b/README.md
index a1ef1b7..9432c47 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 and [HTML Imports](http://www.polymer-project.org/platform/html-imports.html).
 
 These features exist in dart:html, for example
-[Element.reateShadowRoot](https://api.dartlang.org/apidocs/channels/stable/#dart-dom-html.Element@id_createShadowRoot)
+[Element.createShadowRoot](https://api.dartlang.org/apidocs/channels/stable/#dart-dom-html.Element@id_createShadowRoot)
 and [Document.register](https://api.dartlang.org/apidocs/channels/stable/#dart-dom-html.HtmlDocument@id_register).
 However those APIs are not supported on all browsers yet unless you
 load the polyfills, as indicated below.