Skip to content

Commit f1f0850

Browse files
authored
Update README.md
1 parent de76171 commit f1f0850

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,15 @@ constructor(element: ElementRef, renderer: Renderer) {
9191
- Know the difference between attributes and properties in relation to the DOM.
9292
- Keep your directives stateless as much as possible. For stateful directives, you may need to provide an attribute that reflects the corresponding property with an initial string value such as url in img tag. For our native <img src=""> element the src attribute is reflected as the src property of the element type HTMLImageElement.
9393

94-
----
9594

96-
### Special Thanks
97-
98-
Many thanks go out to Steve Sanderson from Microsoft and his amazing work on JavaScriptServices and integrating the world of Node with ASP.NET Core.
99-
100-
### License
95+
----
10196

97+
### Special Thanks
98+
99+
Many thanks go out to Steve Sanderson from Microsoft and his amazing work on JavaScriptServices and integrating the world of Node with ASP.NET Core.
100+
101+
----
102+
103+
### License
104+
102105
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE)

0 commit comments

Comments
 (0)