From 4e6a516ecd8aefc05514c14ffa5cbe0a9005b6a2 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 24 Feb 2021 15:05:44 -0600 Subject: [PATCH] Fix missing parenthesis in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87387d9..37511eb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ There are two ways to install this on your own server: using npm and cloning thi ``` sudo npm i -g awscibo ``` -2) Run the command (learn how to get your token [here](https://github.com/ADawesomeguy/AwesomeSciBo/blob/master/README.md#Notes) +2) Run the command (learn how to get your token [here](https://github.com/ADawesomeguy/AwesomeSciBo/blob/master/README.md#Notes)) ``` awscibo [your token here] ```