Skip to content

Commit ca42eef

Browse files
committed
fix: fix doc
1 parent 5f31db9 commit ca42eef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HyperDB
22

3-
**The reactive, local-first database for TypeScript.** Write your schema,
3+
**The reactive database for local-first apps.** Write your schema,
44
queries, selectors, and actions once, then run the exact same code in the
55
browser _and_ on the server.
66

packages/hyperdb-doc/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HyperDB
33
description: A local-first, reactive database for TypeScript with typed schemas, indexed queries, generator-based selectors and actions, and pluggable storage drivers.
44
template: splash
55
hero:
6-
tagline: The reactive, local-first database for TypeScript. Write your schema, queries, selectors, and actions once, then run the exact same code in the browser and on the server.
6+
tagline: The reactive database for local-first apps. Write your schema, queries, selectors, and actions once, then run the exact same code in the browser and on the server.
77
actions:
88
- text: Star
99
link: https://github.com/will-be-done/hyperdb

packages/hyperdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HyperDB
22

3-
**The reactive, local-first database for TypeScript.** Write your schema,
3+
**The reactive database for local-first apps.** Write your schema,
44
queries, selectors, and actions once, then run the exact same code in the
55
browser _and_ on the server.
66

0 commit comments

Comments
 (0)