Skip to content

Commit

Permalink
resolve README.md error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamgold committed Jan 6, 2015
1 parent 850ba83 commit dc627e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ The package exports the Object Bootstrap3boilerplate that allows to configure th
simple configure Iron Router to use Bootstrap3Boilerplate as the layoutTemplate

<code>
<<<<<<< HEAD
Router.configure({
=======
Router.config({
>>>>>>> FETCH_HEAD
layoutTemplate: 'Bootstrap3boilerplate'
});
</code>
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'jamgold:bootstrap3boilerplate',
summary: 'Provide basic bootstrap-3 template with alert & modal & navbar & footer',
version: '0.0.3',
version: '0.0.3_1',
git: 'https://github.com/jamgold/jamgold-bootstrap3boilerplate'
});

Expand Down

0 comments on commit dc627e8

Please sign in to comment.