From 0d55878882f7bfcbd474c2ed2b112f4b8f91f33f Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Tue, 7 Apr 2015 03:16:00 +0000 Subject: [PATCH] update --- README.md | 5 ++++- package.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index add40a0..88096ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -This is a WebRTC Connector for [Yjs](https://dadamonad.github.io/yjs/). It propagates document updates directly to all users via WebRTC. While WebRTC is not the most reliable connector, messages are propagated with almost no delay. +# WebRTC Connector for [Yjs](https://github.com/y-js/yjs) + + +It propagates document updates directly to all users via WebRTC. While WebRTC is not the most reliable connector, messages are propagated with almost no delay. * Very fast message propagation (not noticeable) * Very easy to use diff --git a/package.json b/package.json index af0d2ab..76afd69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "y-webrtc", - "version": "0.4.0", + "version": "0.5.0", "description": "WebRTC Connector for Yjs", "main": "y-webrtc.js", "scripts": { @@ -17,9 +17,9 @@ "author": "Kevin Jahns ", "license": "MIT", "bugs": { - "url": "https://github.com/rwth-acis/y-webrtc/issues" + "url": "https://github.com/y-js/y-webrtc/issues" }, - "homepage": "https://github.com/rwth-acis/y-webrtc", + "homepage": "https://github.com/y-js/y-webrtc", "dependencies": { "simplewebrtc": "^1.13.1" },