Skip to content

Commit

Permalink
fix usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 28, 2016
1 parent 7c516d0 commit 88a5908
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 @@ -17,10 +17,10 @@ const envPaths = require('env-paths');
const paths = envPaths('MyApp');

paths.data;
//=> '/home/sindresorhus/.local/share/MyApp'
//=> '/home/sindresorhus/.local/share/MyApp-nodejs'

paths.config
//=> '/home/sindresorhus/.config/MyApp'
//=> '/home/sindresorhus/.config/MyApp-nodejs'
```


Expand Down

0 comments on commit 88a5908

Please sign in to comment.