README.md in therubyracer-0.8.1.pre2 vs README.md in therubyracer-0.8.1
- old
+ new
@@ -1,10 +1,11 @@
# therubyracer
-* http://github.com/cowboyd/therubyracer
-* http://groups.google.com/group/therubyracer
-* irc://irc.freenode.net/therubyracer
+* [http://github.com/cowboyd/therubyracer](http://github.com/cowboyd/therubyracer)
+* [http://groups.google.com/group/therubyracer](http://groups.google.com/group/therubyracer)
+* [irc://irc.freenode.net/therubyracer](http://groups.google.com/group/therubyracer)
+* [Documentation](https://github.com/cowboyd/therubyracer/wiki)
## DESCRIPTION:
Embed the V8 Javascript interpreter into Ruby.
@@ -113,9 +114,11 @@
cxt.eval("b.object_id") #=> undefined, object_id is on Object
end
If needed, you can override the [Ruby Access](https://github.com/cowboyd/therubyracer/blob/master/lib/v8/access.rb)
to allow whatever behavior you'd like
+
+More documentation can be found on the [github wiki](https://github.com/cowboyd/therubyracer/wiki)
## REQUIREMENTS:
* python >= 2.5 (required to compile v8)
* C++ compiler
\ No newline at end of file