Updated README

This commit is contained in:
Michael Mayer 2018-09-11 23:57:37 +02:00
parent f825ef78bd
commit 84d4e7bb66
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ PhotoPrism
[issues]: https://github.com/photoprism/photoprism/issues
[ci]: https://travis-ci.org/photoprism/photoprism
PhotoPrism is an application for archiving, searching and sharing large amounts of JPEG and RAW files at home or on a private server.
PhotoPrism is an application for automatically tagging, searching and sharing large amounts of JPEG and RAW files at home or on a private server.
It is functionally similar to popular cloud services such as [Flickr](https://www.flickr.com/) or [Google Photos](https://photos.google.com/).
Originals are stored in the file system in a structured way for easy backup and reliable long-term accessibility.

View File

@ -37,4 +37,4 @@ func TestMediaFile_GetColors(t *testing.T) {
assert.Equal(t, "#d5d437", vibrantHex)
assert.Equal(t, "#a69f55", mutedHex)
}
}