Skip to content

Commit 0ad1cb5

Browse files
kylemacjescalan
authored andcommitted
complete the reference (#8)
1 parent 55379eb commit 0ad1cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can inject locals into any piece of content in your html templates, other th
4242

4343
```js
4444
exp({
45-
locals: { myClassName: 'introduction', myName: 'Jeff' }
45+
locals: { myClassName: 'introduction', myName: 'Marlo' }
4646
})
4747
```
4848

@@ -58,7 +58,7 @@ You would get this as your output:
5858

5959
```html
6060
<div class="introduction">
61-
My name is Jeff
61+
My name is Marlo
6262
</div>
6363
```
6464

0 commit comments

Comments
 (0)