aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorphaller <hallerp@gmail.com>2012-10-30 21:40:26 +0100
committerphaller <hallerp@gmail.com>2012-10-30 21:40:26 +0100
commitd1ce8c91fff2897a34cc1f046a73f6214607b684 (patch)
treebf5b5de74308d6d3f69a2866559f4351487a13af /README.md
parent0f58053f9b6f8cb537dda5dc98f9219176995e91 (diff)
downloadscala-async-d1ce8c91fff2897a34cc1f046a73f6214607b684.tar.gz
scala-async-d1ce8c91fff2897a34cc1f046a73f6214607b684.tar.bz2
scala-async-d1ce8c91fff2897a34cc1f046a73f6214607b684.zip
Fix code blocks in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7c8c27d..0bc8584 100644
--- a/README.md
+++ b/README.md
@@ -23,14 +23,14 @@ Moreover, in the Scala build it's necessary to copy the directory
Finally, it's necessary to set the following environment variables:
-{{{
+```
SCALAC_OPTS='-cp classes'
JAVA_OPTS='-cp classes'
-}}}
+```
After this setup, we can run `partest` as follows:
-{{{
+```
$ ../scala/test/partest --classpath ../scala/build/quick/classes --run
-}}}
+```