From 403eb78069a0dccd6ee5c1c3c3ba821a05a243bf Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 6 Sep 2023 11:15:11 +0100 Subject: [PATCH 1/2] Fix README typos around htop Also downcase htop and code-guard it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74af1c3..a895461 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ You can also add terminals to the configuration file, in a similar way. This will launch a terminal with your current shell. You can also add a `command` value to run a command other than your shell. -For instance, lets say we want to server the HTOP command. +For instance, let's say we want to serve the `htop` command. We could add the following to the configuration: ```toml @@ -196,7 +196,7 @@ In fact, if you serve a terminal and then launch a Textual app, it will work jus Under the hood, however, Textual apps are served using a custom protocol. This protocol will be used to expose web application features to the Textual app. -For example, a Textual app might generate a file (say a CSV with a server report). +For example, a Textual app might generate a file (say a CSV with a server report). If you run that in the terminal, the file would be saved in your working directory. But in a Textual app it would be served and saved in your Downloads folder, like a regular web app. From f3ceeac8c3bba3ffd32b7535922f1c17fb22d8de Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 6 Sep 2023 11:16:50 +0100 Subject: [PATCH 2/2] URLS -> URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a895461..0bb32a2 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ command = "htop" ## Accounts -In previous examples, the URLS all contained a random string of digits which will change from run to run. +In previous examples, the URLs all contained a random string of digits which will change from run to run. If you want to create a permanent URL you will need to create an account. To create an account, run the following command: