Skip to content

Commit

Permalink
Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
adrg committed Nov 10, 2019
1 parent d240d0c commit 333e74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The specification defines a set of standard paths for storing application files,
including data and configuration files. For portability and flexibility reasons,
applications should use the XDG defined locations instead of hardcoding paths.
The package also includes the locations of well known user directories.
The current implementation supports Linux, Windows and Mac OS.
The current implementation supports Windows, Mac OS and most flavors of Unix.

Full documentation can be found at: https://godoc.org/github.com/adrg/xdg

Expand Down
3 changes: 2 additions & 1 deletion xdg.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Specification. The specification defines a set of standard paths for storing
application files including data and configuration files. For portability and
flexibility reasons, applications should use the XDG defined locations instead
of hardcoding paths. The package also includes the locations of well known user
directories. The current implementation supports Linux, Windows and Mac OS.
directories. The current implementation supports Windows, Mac OS and most
flavors of Unix.
For more information regarding the XDG Base Directory Specification see:
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Expand Down

0 comments on commit 333e74e

Please sign in to comment.