From 5223f53e04c952fa8d602abe87f3a3a59dd27bee Mon Sep 17 00:00:00 2001 From: Salil Subbakrishna Date: Tue, 19 Dec 2023 21:45:54 +0000 Subject: [PATCH] Splitting the account requirement and paid features into separate sentences --- docs/agent/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/cli.mdx b/docs/agent/cli.mdx index 71330b74b..353089394 100644 --- a/docs/agent/cli.mdx +++ b/docs/agent/cli.mdx @@ -191,7 +191,7 @@ ngrok config add-api-key 1roPsn7AascHeO18mHcxRD3xT76_3ww7C9CDLYNgcdSYsscCB The `ngrok config add-authtoken` command saves the ngrok authtoken to the configuration file. You can find your authtoken in the [getting started section of the ngrok dashboard](https://dashboard.ngrok.com/get-started/your-authtoken). -The ngrok service requires that you [sign up for an account](https://dashboard.ngrok.com/) to connect with an agent and some advanced service features require a paid account. In order to associate your agent with an account, it must pass a secret token to the ngrok service when it starts up. Instead of passing this authtoken on every invocation, you may use this command to save it into your configuration file so that your agent always authenticates you properly. +The ngrok service requires that you [sign up for an account](https://dashboard.ngrok.com/) to connect with an agent. Some advanced service features require a paid account. In order to associate your agent with an account, it must pass a secret token to the ngrok service when it starts up. Instead of passing this authtoken on every invocation, you may use this command to save it into your configuration file so that your agent always authenticates you properly. ### Usage