Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
denar90 committed Mar 23, 2016
1 parent 4d6e66f commit e061e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = LayoutView;

* `RequireJS` file content:<br/>
```javascript
define('layout', ['marionette'], function (Marionette) {
define(['marionette'], function (Marionette) {
"use strict";
var LayoutView = Marionette.LayoutView.extend({
//stuff
Expand Down

0 comments on commit e061e06

Please sign in to comment.