diff --git a/README.md b/README.md
index 6ee6d23..422aedb 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ const markdown = createIssueReport(
);
```
-The `AnalysisResult` schema is versioned separately from the package. Within `0.x`, documented exported types and behavior are treated as stable but may receive breaking changes in a minor release with changelog notice. Public findings include location, category, detector ID, placeholder, and enabled state—never the matched value.
+The `AnalysisResult` schema is versioned separately from the package. Within `0.x`, documented exported types and behavior are treated as stable but may receive breaking changes in a minor release with changelog notice. Public findings include location, category, detector ID, placeholder, and enabled state; never the matched value.
## Architecture
diff --git a/demo/index.html b/demo/index.html
index 0190347..2baf057 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -13,7 +13,7 @@
-
+
-
+
-
IssueSafe — Sanitize developer logs locally
+ IssueSafe: Sanitize developer logs locally
diff --git a/demo/src/App.tsx b/demo/src/App.tsx
index 9324686..34c4205 100644
--- a/demo/src/App.tsx
+++ b/demo/src/App.tsx
@@ -275,7 +275,7 @@ export default function App() {
{SAMPLE_SCENARIOS.map((sample) => (
))}
diff --git a/docs/demo-metadata.md b/docs/demo-metadata.md
index e03e306..2ca9477 100644
--- a/docs/demo-metadata.md
+++ b/docs/demo-metadata.md
@@ -1,7 +1,7 @@
# Demo metadata
- Canonical URL: `https://aminhanifm.github.io/projects/IssueSafe/`
-- Title: `IssueSafe — Sanitize developer logs locally`
+- Title: `IssueSafe: Sanitize developer logs locally`
- Description: `Sanitize developer logs and create shareable bug reports without uploading anything.`
- Theme color: `#0e1820`
- Social image: `/projects/IssueSafe/issuesafe-social.svg`
diff --git a/docs/release-notes-v0.1.0.md b/docs/release-notes-v0.1.0.md
index 556d897..347ace1 100644
--- a/docs/release-notes-v0.1.0.md
+++ b/docs/release-notes-v0.1.0.md
@@ -1,4 +1,4 @@
-# IssueSafe v0.1.0 — release notes draft
+# IssueSafe v0.1.0 release notes draft
IssueSafe's first release introduces a local-first way to inspect developer logs before sharing them. The package ships one deterministic redaction engine used by both a Node.js CLI and a static browser review application.