Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyv committed Oct 1, 2014
1 parent f2de7aa commit bc777c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class RazorConfig : IRazorConfiguration
```

Then call your bundles in the view.
```
```html
@using Nancy.BundleIt

<!DOCTYPE html>
Expand All @@ -116,7 +116,7 @@ It is possible to prevent a local variable, nested function or function
argument from being obfuscated by using "hints". A hint is a string that
is located at the very beginning of a function body like so:

```
```javascript
function fn (arg1, arg2, arg3) {
"arg2:nomunge, localVar:nomunge, nestedFn:nomunge";

Expand Down

0 comments on commit bc777c3

Please sign in to comment.