Navigation Menu

Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bminer committed May 18, 2012
1 parent 1f54904 commit 0d9e6c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -6,9 +6,9 @@ JavaScript, so it will run on your microwave oven.

It works like this...

1.) Write up your template in Blade (which is a Jade-like language)
2.) Use the Blade compiler to generate a Blade template (which is a JavaScript function)
3.) Pass variables into your generated template to produce HTML or XML
1. Write up your template in Blade (which is a Jade-like language)
2. Use the Blade compiler to generate a Blade template (which is a JavaScript function)
3. Pass variables into your generated template to produce HTML or XML

[View a simple example](#simple-example)

Expand Down Expand Up @@ -956,7 +956,7 @@ function tmpl(locals,cb,__){var __=__||[];__.r=__.r||blade.runtime,__.blocks=__.
```javascript
tmpl({
'nav': {
'Home': '/home',
'Home': '/',
'About Us': '/about',
'Contact': '/contact'
}
Expand Down

0 comments on commit 0d9e6c0

Please sign in to comment.