You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2022/06/08 23:47:35 UTC

[skywalking-eyes] branch main updated: Fix grammar mistakes (#113)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 32dc92e  Fix grammar mistakes (#113)
32dc92e is described below

commit 32dc92e4190f1fc57081ed541cec6b231364a22c
Author: Kevin Goslar <ke...@gmail.com>
AuthorDate: Wed Jun 8 18:47:31 2022 -0500

    Fix grammar mistakes (#113)
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 49dd4cb..55d81d3 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fi
 
 ### Docker Image from the latest codes
 
-For users and developers who want to help to test the latest codes on main branch, we publish Docker image to GitHub
-Container Registry for every commit in main branch, tagged with the commit sha, if it's the latest commit in main
+For users and developers who want to help to test the latest codes on main branch, we publish a Docker image to the GitHub
+Container Registry for every commit in main branch, tagged with the commit sha. If it's the latest commit in main
 branch, it's also tagged with `latest`.
 
 **Note**: these Docker images are not official Apache releases. For official releases, please refer to
@@ -101,7 +101,7 @@ cd skywalking-eyes
 make build
 ```
 
-If you have Go SDK installed, you can also use `go install` command to install the latest code.
+If you have the Go SDK installed, you can also use the `go install` command to install the latest code.
 
 ```bash
 go install github.com/apache/skywalking-eyes/cmd/license-eye@latest
@@ -155,9 +155,9 @@ INFO Totally checked 20 files, valid: 10, invalid: 10, ignored: 0, fixed: 10
 
 #### Resolve Dependencies' licenses
 
-This command serves as assistance for human beings to audit the dependencies license, it's exit code is always 0.
+This command assists human audits of the dependencies licenses. It's exit code is always 0.
 
-We also support two flags:
+It supports two flags:
 
 |Flag name|Short name|Description|
 |---------|----------|-----------|