Skip to content

Commit 930c022

Browse files
docs: unpublished git install, package title, and author (#17)
Keep the native mailbox README. Do not restore pre-native vocabulary, listUserMailbox, or thread helper APIs. @corbits/mailbox is not on npm.
1 parent 65590a8 commit 930c022

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# corbits-mailbox
1+
# @corbits/mailbox
22

33
**[`@corbits/mailbox`](./package.json)** has one job: give a human principal
44
a native Interchange mailbox — a real `@intx/mailbox` `MailboxStore` backed by
@@ -97,10 +97,10 @@ their INBOX, deduped on the frame's Message-ID within that mailbox.
9797

9898
## Install
9999

100-
```sh
101-
# from npm (ships prebuilt dist/)
102-
bun add @corbits/mailbox
100+
Not published to npm yet. Until a registry publish, `bun add @corbits/mailbox`
101+
404s. Git is the install path.
103102

103+
```sh
104104
# from git (prepare hook builds dist/ on the way in)
105105
bun add github:corbitsdev/corbits-mailbox
106106
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"drizzle",
1515
"postgres"
1616
],
17-
"author": "Corbits",
17+
"author": "Sawyer Cutler <sawyer@dirtroad.dev>",
1818
"homepage": "https://github.com/corbitsdev/corbits-mailbox#readme",
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)