Skip to content

Commit 408b3f8

Browse files
committed
EN, CZ : README : ordered list fix
1 parent b528a5e commit 408b3f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
88
2. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
99
3. Pro správné zobrazení spusťte prohlížeč bez [CORS omezení][bypassCORS]. Jinak se zobrazí stránka se zprávou a budete muset ručně vybrat soubory s nápovědou a daty.
1010
Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního HTTP serveru pro [Linux][SLinux] (Go/musl libc) nebo [Windows][SWindows], založení složky **www** v umístění serveru, rozbalení instalace **HelpViewer** do této složky a spuštění serveru localhost:8080 v prohlížeči.
11-
1. Otevřete **index.html** v prohlížeči.
12-
2. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
11+
4. Otevřete **index.html** v prohlížeči.
12+
5. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
1313
Pokud toto neuděláte, **./hlp/Help-{vybraný jazyk prohlížeče}.zip** bude určeno jako výchozí.
14-
3. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
14+
6. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
1515

1616
<script>
1717
insertDownloadLink('linkhereI');

en/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
88
2. Download the deployment package from <span id="linkhereI"></span> and unzip it.
99
3. For correct display, launch the browser without [CORS restrictions][bypassCORS]. Otherwise, you will see a page with message and have to manually select help and data files.
1010
Alternatively, if you don't want to interfere with CORS, is to download a local HTTP server for [Linux][SLinux] (Go/musl libc) or [Windows][SWindows], create a **www** folder in the server location, extract the **HelpViewer** installation into this folder, and start the server on localhost:8080 in your browser.
11-
1. Open the **index.html** file in your browser.
12-
2. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file or you can define path ending with **/** if you want to read a directory.
11+
4. Open the **index.html** file in your browser.
12+
5. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file or you can define path ending with **/** if you want to read a directory.
1313
If you skip this step, **./hlp/Help-{current language}.zip** will be used by default.
14-
3. You will see e.g. the [user documentation][userdoc] directly in HelpViewer, just like you are seeing this web page.
14+
6. You will see e.g. the [user documentation][userdoc] directly in HelpViewer, just like you are seeing this web page.
1515

1616
<script>
1717
insertDownloadLink('linkhereI');

0 commit comments

Comments
 (0)