diff --git a/README.md b/README.md
index 69d8573..3dd9c72 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-# gmi-to-html
-
The converted Gemini document should exist inside the `
`. Consider if sharing the page with other HTML to put the core document inside ``. [Each Gemini line-type](https://gemini.circumlunar.space/docs/specification.html#5-3-line-orientation) may be translated using the following guide:
````
@@ -76,7 +74,7 @@ A JSON file can be passed to `--config` for conveniently applying any option wit
```json
{
"html": "en",
- "descriptions": 200,
+ "description": true,
"foreground": "#137752",
"background": "#F4F4F4"
}
diff --git a/gmi-web.1.scd b/gmi-web.1.scd
index 3663676..daa815f 100644
--- a/gmi-web.1.scd
+++ b/gmi-web.1.scd
@@ -2,7 +2,7 @@ gmi-web(1) "1.0.0"
# NAME
-gmi-web - A bridge between Gemini and HTML
+gmi-web - Convert text/gemini to text/html.
# SYNOPSIS
diff --git a/package-lock.json b/package-lock.json
index 1e3569d..3f7bf2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gmi-web-cli",
- "version": "1.0.7-rc.4",
+ "version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3937f06..cd2dfe7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gmi-web-cli",
- "version": "1.0.9-rc.4",
+ "version": "1.0.0",
"description": "Convert text/gemini to text/html.",
"main": "html.js",
"type": "module",