From 32eb71677efec925c0c26a6beabcdee89827bb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Wed, 8 Apr 2015 18:47:29 +0200 Subject: [PATCH] Update README.md --- modules/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/README.md b/modules/README.md index 48558085..1822c252 100644 --- a/modules/README.md +++ b/modules/README.md @@ -1,4 +1,4 @@ -HelmaLib is organized into several groups of modules: +The Helma modules directoriy is organized in several groups: * **modules/core** which contains extensions to core JavaScript types such as Object, Array, or Date. @@ -12,5 +12,7 @@ function: app.addRepository('modules/helma/Search.js'); -If you are looking for more Helma libraries, be sure to check out the -Jala project! +Be sure to load the Git submodule if you want to use one of the Jala modules: + + > git submodule init + > git submodule update