Skip to content

Commit 3ef92bd

Browse files
authored
Add Demo link to Readme
1 parent e77bcf0 commit 3ef92bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
Pad is an extremely lightweight, low-latency, collaborative notepad built with [WebSockets](https://en.wikipedia.org/wiki/WebSocket) and [NodeJS](https://nodejs.org/)!
33

44

5-
### Run your own server!
5+
6+
## Run your own server!
67
```bash
78
git clone https://github.com/petercunha/pad.git
89
cd pad
910
npm install && npm start
1011
```
12+
13+
[Check out our demo](https://paperpad.herokuapp.com/)

0 commit comments

Comments
 (0)