Skip to content

Commit bb441df

Browse files
committed
Update readme
1 parent 06f7375 commit bb441df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ _Refresh.js_ lets you **refresh the browser** with an http request.
77

88
## Installation
99

10-
Bring up the `refresh.js` container (this is just ssehub with a little
11-
configuration):
10+
Bring up the `refresh.js` container (this is just
11+
[ssehub](https://github.com/vgno/ssehub) with a little configuration):
1212

1313
```sh
1414
docker run --detach --name refresh.js --publish 8080:8080 ghcr.io/explodinglabs/refresh.js

refresh.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ changesEventSource.onopen = (event) => {
4242

4343
changesEventSource.onerror = (event) => {
4444
console.log("changesEventSource error");
45-
console.log(event);
4645
};
4746

4847
changesEventSource.addEventListener("html", (event) => {

0 commit comments

Comments
 (0)