From 1bfda2b8277cd6b5ce59cfc1f4e450df72c5a05a Mon Sep 17 00:00:00 2001 From: H3RSKO <34112131+H3RSKO@users.noreply.github.com> Date: Sun, 16 Aug 2020 12:16:25 -0400 Subject: [PATCH] fix typo (#1440) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef59c0430..041f4a6d9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ You can install Arthas with one single line command on Linux, Unix, and Mac. Cop curl -L https://arthas.aliyun.com/install.sh | sh ``` -The command above will download the bootstrap script `as.sh` to the current directory. You can move it the any other place you want, or put its location in `$PATH`. +The command above will download the bootstrap script `as.sh` to the current directory. You can move it any other place you want, or put its location in `$PATH`. You can enter its interactive interface by executing `as.sh`, or execute `as.sh -h` for more help information.