diff --git a/README.md b/README.md
index c39ae40..9d553ec 100644
--- a/README.md
+++ b/README.md
@@ -372,9 +372,9 @@ typo = etpgrf.Typographer(hanging_punctuation='left')
Пример вывода для `'right'`:
```html
-Right “long quote”
+Right “long quote” with compensation space
-Отсутствие смещения «висячей пунктуации» внутри строки обеспечивает компенсирующий пробел справа от неё.
+Отсутствие смещения «символа висячей пунктуации» внутри строки обеспечивает компенсирующий пробел справа от неё.
Символ правой «висячей пунктуации» не может оказаться в конце строки, если за ним стоит неразрывный пробел.
```
diff --git a/pyproject.toml b/pyproject.toml
index 314e15d..2667013 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "etpgrf"
-version = "0.1.5"
+version = "0.1.6"
description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ."
readme = "README.md"
requires-python = ">=3.10"
@@ -12,7 +12,7 @@ license = {text = "MIT"} # Или выбери другую лицензию
authors = [
{name = "Sergei Erjemin", email = "erjemin@gmail.com"},
]
-keywords = ["typography", "html", "non-breaking-spaces", "hanging-punctuation", "hyphenation", "russian", "english"]
+keywords = ["typography", "html", "html-typography", "non-breaking-spaces", "hanging-punctuation", "hyphenation", "symbols", "russian", "english"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
@@ -31,10 +31,11 @@ dependencies = [
]
[project.urls]
-"Homepage" = "https://github.com/erjemin/etpgrf"
+"Homepage" = "https://typograph.cube2.ru/"
"Bug Tracker" = "https://github.com/erjemin/etpgrf/issues"
"Mirror1 (GitVerse)" = "https://gitverse.ru/erjemin/etpgrf"
"Mirror2 (Gitea Selfhosted)" = "https://git.cube2.ru/erjemin/2025-etpgrf"
+"Online Demo" = "https://typograph.cube2.ru/"
[tool.setuptools.packages.find]
where = ["."] # Искать пакеты в корне (найдет папку etpgrf)