From 031db79e4d925e4071c5f23291fd67f3474de1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 3 Feb 2020 20:07:51 +0100 Subject: [PATCH] README: properly format Dash docset instructions (#3830) This way the line is broken more naturally. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b1ae60e..37508a42e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can access these pages on your computer using one of the following clients: - [Dart client](https://github.com/hterkelsen/tldr): `pub global activate tldr` - [Dash docset](https://github.com/Moddus/tldr-python-dash-docset): - Open `Preferences > Downloads > User Contributed` and find `tldr pages` in the list + Open `Preferences` > `Downloads` > `User Contributed` and find `tldr pages` in the list - Docker images: - [tldr-docker](https://github.com/nutellinoit/tldr-docker)- Run the `tldr` command via a docker container: `alias tldr='docker run --rm -it -v ~/.tldr/:/root/.tldr/ nutellinoit/tldr'` - [Elixir client](https://github.com/edgurgel/tldr_elixir_client)