Skip to content

Commit ea4cbfc

Browse files
committed
docs: drop the 5chan version pin (just say 5chan)
1 parent 4e050ce commit ea4cbfc

2 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
@@ -16,7 +16,7 @@ deployment (and a single TLS setup) covers every client and every mirror.
1616

1717
## How it works
1818

19-
1. 5chan 0.9.1 copies **path-based** share links (no `#/` hash) so the path
19+
1. 5chan copies **path-based** share links (no `#/` hash) so the path
2020
reaches the server: `https://s.5chan.app/<board>/thread/<cid>`.
2121
2. The server matches the path to a client profile + route, fetches the post by
2222
cid via `@pkcprotocol/pkc-js` (`getComment`), and builds the card.

lib/clients.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
export const CLIENTS = [
2424
{
2525
id: '5chan',
26-
// s.5chan.app is live in 5chan 0.9.1. Add mirror domains below as you bring
26+
// s.5chan.app is live in 5chan. Add mirror domains below as you bring
2727
// them online — they all resolve to this same profile.
2828
hostnames: ['s.5chan.app'],
2929
appBaseUrl: 'https://5chan.app',
@@ -73,7 +73,7 @@ export const CLIENTS = [
7373
// seedit (reddit-style). Its real share format is /s/<community>/c/<cid> and
7474
// its app routes are #/s/<community>/c/<cid>. NOTE: seedit still emits
7575
// seedit.app/s/... links today — its app must be pointed at s.seedit.app
76-
// (like 5chan 0.9.1 was) before this profile actually receives traffic.
76+
// (like 5chan was) before this profile actually receives traffic.
7777
// ─────────────────────────────────────────────────────────────────────────
7878
{
7979
id: 'seedit',

0 commit comments

Comments
 (0)