diff --git a/gifs/README.md b/gifs/README.md index afc82d6..22fd6cc 100644 --- a/gifs/README.md +++ b/gifs/README.md @@ -2,6 +2,9 @@ Quick and simple GIF search # GIFs Service -Add GIFs to your project with keyword search and results in multiple sizes and formats. +Add GIFs to your project with keyword search and results in multiple sizes and formats. -![Powered by Giphy](https://raw.githubusercontent.com/micro/services/master/gifs/assets/PoweredBy_200px-White_HorizLogo.png) + +![Powered by GIPHY](https://raw.githubusercontent.com/micro/services/master/gifs/assets/PoweredBy_200px-White_HorizLogo.png) + +When integrating this API please follow GIPHY's attribution guidelines [here](https://developers.giphy.com/docs/sdk/#design-guidelines). diff --git a/gifs/proto/gifs.pb.go b/gifs/proto/gifs.pb.go index 5f1ce2c..88bdc36 100644 --- a/gifs/proto/gifs.pb.go +++ b/gifs/proto/gifs.pb.go @@ -20,7 +20,7 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) -// Search for a gif +// Search for a GIF type SearchRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache diff --git a/gifs/proto/gifs.proto b/gifs/proto/gifs.proto index 207c23a..31fe3ae 100644 --- a/gifs/proto/gifs.proto +++ b/gifs/proto/gifs.proto @@ -8,7 +8,7 @@ service Gifs { rpc Search(SearchRequest) returns (SearchResponse) {} } -// Search for a gif +// Search for a GIF message SearchRequest { // The search term string query = 1; diff --git a/gifs/skip b/gifs/skip deleted file mode 100644 index e69de29..0000000