Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jun 30, 2019
1 parent 8e11070 commit 189b29e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eg/show-xdg-paths.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

const xdg = require('..');

console.log(xdg);

0 comments on commit 189b29e

Please sign in to comment.