Skip to content

Commit

Permalink
docs: fix typo, minor changes (#13)
Browse files Browse the repository at this point in the history
* docs: fix typo

* 1.6.1
  • Loading branch information
sapachev authored Feb 8, 2023
1 parent 16143f6 commit 1538615
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Lightweight tool to create static HTTP Error Pages in minimalistic adaptive and

# Precompiled Packages

If you want to get already precompiled packages, then you can download latest versions from [official website]|(https://sapachev.github.io/error-pages/#precompiled-packages).
If you want to get already precompiled packages, please download latest version from [official website](https://sapachev.github.io/error-pages/#precompiled-packages).


# How to use
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "error-pages",
"version": "1.6.0",
"version": "1.6.1",
"description": "Lightweight tool to create static HTTP Error Pages in minimalistic adaptive and accessible design with customization and localization support",
"main": "index.ts",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ <h2>Demo<a id="demo"></a></h2>
</ul>

<h2>Precompiled Packages<a id="precompiled-packages"></a></h2>
<p>If you don't want to build pages by yourself, you can download one of automatically created packages with the latest version:</p>
<p>
In case if you don't want to build error pages by yourself, you are can download automatically created packages with the latest
version of sources:
</p>
<ul id="list" class="list-inside list-disc px-4">
<p>Wait please to load packages list...</p>
<noscript>Unable to load packages list due to disabled JavaScript</noscript>
Expand Down

0 comments on commit 1538615

Please sign in to comment.