From 20777f75281de422fcd3190ad94fc11e927dafed Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 22 May 2021 22:12:48 +0100 Subject: [PATCH] update thumbnail readme and comment --- thumbnail/README.md | 24 +++--------------------- thumbnail/proto/thumbnail.proto | 1 + 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/thumbnail/README.md b/thumbnail/README.md index d87a315..54a1f3b 100644 --- a/thumbnail/README.md +++ b/thumbnail/README.md @@ -1,23 +1,5 @@ +Create website thumbnails + # Thumbnail Service -This is the Thumbnail service - -Generated with - -``` -micro new thumbnail -``` - -## Usage - -Generate the proto code - -``` -make proto -``` - -Run the service - -``` -micro run . -``` \ No newline at end of file +A quick and easy way to create a thumbnail screenshot for any website. diff --git a/thumbnail/proto/thumbnail.proto b/thumbnail/proto/thumbnail.proto index 3571ffb..f6958ee 100644 --- a/thumbnail/proto/thumbnail.proto +++ b/thumbnail/proto/thumbnail.proto @@ -9,6 +9,7 @@ service Thumbnail { } +// Create a thumbnail screenshot by passing in a url, height and width message ScreenshotRequest { string url = 1; // width of the browser window. optional