Skip to content

Commit

Permalink
Reword package description
Browse files Browse the repository at this point in the history
  • Loading branch information
opennota committed Feb 24, 2015
1 parent e8f06fa commit 17b0e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
phash [![GoDoc](http://godoc.org/github.com/opennota/phash?status.svg)](http://godoc.org/github.com/opennota/phash)
========

phash is a simple [pHash](http://www.phash.org) wrapper library for the Go programming language.
phash is a simple Go wrapper around the [pHash](http://www.phash.org) library.

# Install

Expand Down
2 changes: 1 addition & 1 deletion phash.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.

// Package phash is a simple pHash wrapper library for the Go programming language.
// Package phash is a simple wrapper around the pHash library.
package phash

/*
Expand Down

0 comments on commit 17b0e04

Please sign in to comment.