From 84d4e7bb6695b311643b229e9c6a85599d9020ad Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 11 Sep 2018 23:57:37 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- colors_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80eb8ea60..83dcc5d70 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/colors_test.go b/colors_test.go index 5d88085c4..8e97b14fa 100644 --- a/colors_test.go +++ b/colors_test.go @@ -37,4 +37,4 @@ func TestMediaFile_GetColors(t *testing.T) { assert.Equal(t, "#d5d437", vibrantHex) assert.Equal(t, "#a69f55", mutedHex) -} \ No newline at end of file +}