Skip to content

Commit fec8f90

Browse files
author
David Murdoch
committed
Update description in README
1 parent b5db5e0 commit fec8f90

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# This is VERY buggy. You probably shouldn't even try using it yet.
2-
3-
41
# Razor - template engine
52

6-
Razor.js is based off of .net's Razor Templating Engine
3+
Razor.js is based off of .Net's Razor Templating Engine.
4+
5+
This version is probably too slow and buggy for you to use in production. Oh, and template errors aren't handled very gracefully (or at all, sometimes). But hey, you can do things like:
6+
7+
```html
8+
<title>@title</title>
9+
```
10+
11+
and it will probably not break on you.
712

813
## License
914

0 commit comments

Comments
 (0)