Skip to content

Commit a930db1

Browse files
authored
Remove lljs.org link
1 parent 5569898 commit a930db1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ goal here is to explore low-level statically typed features in a high-level
1010
dynamically typed language. Think of it as inline assembly in C, or the
1111
unsafe keyword in C#. It's not pretty, but it gets the job done.
1212

13-
[Try It Online](http://lljs.org)
14-
1513
Usage
1614
=====
1715

@@ -53,4 +51,4 @@ To run the tests install the [Mocha](http://visionmedia.github.com/mocha/) modul
5351
export NODE_PATH=src/
5452
mocha --compilers ljs:ljc
5553

56-
from the root LLJS directory.
54+
from the root LLJS directory.

0 commit comments

Comments
 (0)