Notes modified via websocket, 1495109479925

This commit is contained in:
notes web app 2017-05-18 12:11:19 +00:00
parent 9c26e77580
commit affb72197c

View File

@ -18,24 +18,3 @@ This side-project uses the excellent [CodeMirror editor](http://codemirror.net).
The experience from a mobile-browser isn't great, my apologies. The experience from a mobile-browser isn't great, my apologies.
So far, this is the minimum-viable app needed for me to start using it myself. So far, this is the minimum-viable app needed for me to start using it myself.
And my main use case is from within a desktop browser. And my main use case is from within a desktop browser.
# Main header
## Seconary header
I'm going to make a list
1. list
2. list
3. list
``` javascript
function HereIsSomeCode()
{
var i = 10000;
}
```