Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tucnak committed Oct 4, 2015
1 parent d3deb3f commit 8027d66
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 @@ -29,8 +29,8 @@ type Settings struct {
}

func init() {
// By default, Store puts all your config data to $HOME/.config/<appname>
// on *nix systems and to %APPDATA%/<appname> on Windows.
// By default, Store puts all your config data to %APPDATA%/<appname>
// on Windows and to $XDG_CONFIG_HOME or $HOME on *unix systems.
//
// Warning: Store would panic on any sensitive calls if it's not set.
store.SetApplicationName("joecockerfanclub")
Expand Down

0 comments on commit 8027d66

Please sign in to comment.