aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-05-31 11:36:32 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-05-31 11:36:32 +0800
commitd195028baca29cb5ca1f90df413b3d0a8df79857 (patch)
treecc123d873692adfc79a50a163a69b48a2de45a5b /README.md
parent29535cd402af7eaf8be7b48620826fc82591a010 (diff)
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27e0d3e..f72b271 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ The pull&merge request can be found on your dashboard in github. See this [sync-
##Nerv Packages##
* __luaT__
Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
-* __[The Nerv OOP](doc/nerv_class.md)__
+* __[The Nerv OOP](doc/nerv_class.md)__
Enables object-oriented programming in Nerv.
* __[The Nerv utility functions](doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.