Skip to content

Commit 6907ecc

Browse files
authored
Update README for LiveReload website status
Updated README to indicate that the LiveReload website is currently offline.
1 parent d518844 commit 6907ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ LiveReload.js [![CI Status](https://github.com/livereload/livereload-js/workflow
44
What is LiveReload?
55
-------------------
66

7-
LiveReload is a tool for web developers and designers. See [livereload.com](http://livereload.com) for more info.
7+
LiveReload is a tool for web developers and designers. <del>See [livereload.com](http://livereload.com) for more info</del> (currently offline).
88

99
To use LiveReload, you need a client (this script) in your browser and a server running on your development machine.
1010

1111
This repository (livereload.js) implements the client side of the protocol. The client connects to a LiveReload server via web sockets and listens for incoming change notifications. When a CSS or an image file is modified, it is live-refreshed without reloading the page. When any other file is modified, the page is reloaded.
1212

1313
The server notifies the client whenever a change is made. Available servers are:
1414

15-
* [LiveReload app for Mac](http://livereload.com/)
15+
* <del>[LiveReload app for Mac](http://livereload.com/)</del> (currently offline)
1616
* [rack-livereload](https://github.com/johnbintz/rack-livereload)
1717
* [guard-livereload](https://github.com/guard/guard-livereload)
1818
* [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch)
1919
* [python-livereload](https://github.com/lepture/python-livereload)
2020
* more available on Google :-)
21-
* you can even write your own; refer to the [LiveReload protocol](http://livereload.com/api/protocol/)
21+
* you can even write your own; <del>refer to the [LiveReload protocol](http://livereload.com/api/protocol/)</del> (currently offline)
2222

2323
If you are a web developer looking to _use_ LiveReload, you should refer to your LiveReload server/app/tool's documentation, rather that this repository. **You should use the copy of livereload.js script bundled with your server**, because it's guaranteed to be compatible, and may be customized for that server.
2424

0 commit comments

Comments
 (0)