Skip to content

Commit 3e66143

Browse files
committed
Merge pull request #15 from calvinkrishy/master
Fix formatting in README
2 parents c67f2ce + 86b2300 commit 3e66143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here's an example excerpt for the native packaging of [sbt-launcher-packge](http
3131
maintainer := "Josh Suereth <[email protected]>",
3232
packageSummary := "Simple Build Tool for Scala-driven builds",
3333
packageDescription := """This script provides a native way to run the Simple Build Tool,
34-
a build tool for Scala software, also called SBT.""",
34+
a build tool for Scala software, also called SBT.""",
3535
// Here we remove the jar file and launch lib from the symlinks:
3636
linuxPackageSymlinks <<= linuxPackageSymlinks map { links =>
3737
for {

0 commit comments

Comments
 (0)