From 8f03b8767d90068bf10335f8059cd35d5dbd5fbb Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 11 May 2015 22:38:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8aaf01efd..72f34818fd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ _** WARNING: This is a temporary hack **_ - `@Decorator` is now just `@Directive` - Components must use an element selector -- NgElement is not longer a thing, it's now ElementRef. Stuff needs to be fixed. +- `NgElement` is no longer a thing, it's now `ElementRef`. Stuff needs to be fixed. - All `main.js` test files were renamed to `index.js` to work with angular's build - imports that are relative paths should start with `./`. For example, instead of `path/module` it should be `./path/module` - `Component`, `Directive` and `View` should NOT be imported from `angular2/angular2`. You'll probably get "No Directive annotation found on Content" when the wrong import is referenced.