Skip to content

Commit b38393b

Browse files
committed
chore: update project description & readme
1 parent e8b161a commit b38393b

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> This is a fork of [y-redis@be833ff](https://github.com/yjs/y-redis/tree/be833ff1ccea630fbc45097cc3d122cc8a690733) with [y-socket.io](https://github.com/ivan-topp/y-socket.io) connection layer
2+
3+
---
14

25
# y-redis :tophat:
36
> y-websocket compatible backend using Redis for scalability. **This is beta

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
2-
"name": "@y/redis",
2+
"name": "@hackmd/y-socketio-redis",
33
"version": "0.0.1",
4-
"description": "Scalable websocket provider for Yjs using redis",
4+
"description": "Scalable Socket.IO provider for Yjs using redis",
55
"sideEffects": false,
66
"type": "module",
7-
"funding": {
8-
"type": "GitHub Sponsors ❤",
9-
"url": "https://github.com/sponsors/dmonad"
10-
},
117
"scripts": {
128
"dev": "concurrently -r 'npm run start:server' 'npm run start:worker' 'npm run minio'",
139
"start:server": "node --env-file .env ./bin/server.js",
@@ -42,17 +38,14 @@
4238
},
4339
"repository": {
4440
"type": "git",
45-
"url": "git+https://github.com/yjs/y-redis.git"
41+
"url": "git+https://github.com/hackmdio/y-socketio-redis.git"
4642
},
4743
"keywords": [
4844
"Yjs"
4945
],
5046
"author": "Kevin Jahns <[email protected]>",
5147
"license": "MIT",
52-
"bugs": {
53-
"url": "https://github.com/yjs/y-redis/issues"
54-
},
55-
"homepage": "https://github.com/yjs/y-redis#readme",
48+
"homepage": "https://github.com/hackmdio/y-socketio-redis#readme",
5649
"standard": {
5750
"ignore": [
5851
"/dist",

0 commit comments

Comments
 (0)