Skip to content

Commit 0d3c996

Browse files
author
Daniel Trinh
committed
minor readme fixes
1 parent 6e9e105 commit 0d3c996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ If you would like to package scalariform for use on the command line with java -
2626

2727
sbt will build one jar with all the dependencies and put it in ::
2828

29-
cli/target/scala-2.10/cli-assembly-0.1.6.jar
29+
cli/target/scala-$your_scala_version/cli-assembly-$scalariform_version.jar
3030

3131
You can copy this to a location in your path and execute it as follows: ::
3232

33-
java -jar /home/me/bin/cli-assembly-0.1.6.jar -f -q +compactControlReadability +alignParameters +alignSingleLineCaseStatements +doubleIndentClassDeclaration +preserveDanglingCloseParenthesis +rewriteArrowSymbols +preserveSpaceBeforeArguments --stdout ~/myproject/src/main/scala/Stuff.scala > Stuff.scala
33+
java -jar /home/me/bin/cli-assembly-$scalariform_version.jar -f -q +compactControlReadability +alignParameters +alignSingleLineCaseStatements +doubleIndentClassDeclaration +preserveDanglingCloseParenthesis +rewriteArrowSymbols +preserveSpaceBeforeArguments --stdout ~/myproject/src/main/scala/Stuff.scala > Stuff.scala
3434

3535
Integration with sbt
3636
--------------------

0 commit comments

Comments
 (0)