Skip to content

Commit 3ac180f

Browse files
Dao NgocDao Ngoc
authored andcommitted
Tune README
1 parent 5477792 commit 3ac180f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
This tool allows you to connect a Scala REPL console to a running Oracle (Sun)
2-
JVM process without any prior setup at the target process.
1+
This tool allows you to connect a Scala REPL console to running Oracle (Sun)
2+
JVM processes without any prior setup at the target process.
33

4-
.. raw:: html
4+
**`View demo video on YouTube <http://youtu.be/h45QQ45D9P8>`_**
55

6-
<a href="http://youtu.be/h45QQ45D9P8" title="View demo video on YouTube">
7-
<img src="youtube.jpg" />
8-
</a>
6+
.. image:: youtube.jpg
97

108
Download
119
--------
@@ -17,7 +15,7 @@ you will see:
1715

1816
::
1917

20-
scalive/
18+
scalive-1.0/
2119
scalive
2220
scalive.bat
2321
scalive-1.0.jar
@@ -33,16 +31,16 @@ you will see:
3331
scala-library, scala-compiler, and scala-reflect of the appropriate version
3432
will be loaded to your running JVM process, if they have not been loaded.
3533

36-
For convenience, Scala 2.10.2 and 2.10.3 JARs are preincluded. If your Scala
37-
process is using a different version, you need to manually download the
34+
For convenience, Scala 2.10.2 and 2.10.3 JARs are preincluded. If your process
35+
is using a different Scala version, you need to manually download the
3836
corresponding JARs and save them as above.
3937

4038
Usage
4139
-----
4240

4341
Run the shell script ``scalive`` (*nix) or ``scalive.bat`` (Windows).
4442
45-
To see a list of running JVM processes and their process ids:
43+
To see a list of running JVM processes and their process IDs:
4644

4745
::
4846

0 commit comments

Comments
 (0)