Skip to content

Commit 287b8c8

Browse files
committed
Fixed some formatting issues with README file
1 parent 5d104b0 commit 287b8c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.markdown

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## How to build
22
1. Download or clone repository:
33
git clone git://github.com/max-l/Squeryl.git
4-
2. Open a shell in the project's root directory, and launch SBT, with ./sbt
4+
2. Open a shell in the project's root directory and launch SBT with ./sbt
55
this will fetch the required version of Scala both for
66
SBT itself and for Squeryl.
7-
3. Type 'package' to create a jar in ./target/[scala version]/.
8-
The 'test' command will run the test suite against the
7+
3. The 'test' command will run the test suite against the
98
minimalist but very complete H2 database.
9+
Type 'package' to create a jar in ./target/[scala version].
10+
1011
## For more information
1112
Documentation can be found at [The Squeryl Website][1] and questions can be directed to the [Google Group][2]
1213

0 commit comments

Comments
 (0)