Skip to content

Commit

Permalink
Fix path to the README.md in package file
Browse files Browse the repository at this point in the history
  • Loading branch information
tprzytula committed May 10, 2018
1 parent 8747d41 commit f7ba121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package.describe({
version: '0.2.1',
summary: 'Extension for Meteor account-base package with the implementation of rememberMe',
git: 'https://github.com/tprzytulacc/Meteor-RememberMe',
documentation: 'doc/README.md'
documentation: 'README.md'
});

Package.onUse((api) => {
Expand Down

0 comments on commit f7ba121

Please sign in to comment.