Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade committed May 9, 2014
1 parent f81275e commit 586a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sphinx/GettingStartedApplications/MyFirstProject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After installing the native packager, let's set up a raw sbt project to experime
sbt builds should always specify which version of sbt they are designed to use. This helps keeps builds consistent between developers,
and documents to users which version of sbt you require for the build.

Next, let's add the native packager to our build by created a ``project/plguins.sbt`` file with the following contents ::
Next, let's add the native packager to our build by created a ``project/plugins.sbt`` file with the following contents ::

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.0-RC1")

Expand Down Expand Up @@ -70,7 +70,7 @@ platforms. There are two ways to do this in the sbt console ::
> universal:packageBin
[info] /home/jsuereth/projects/sbt/sbt-native-packager/tutorial-example/target/universal/example-cli-1.0.zip

> universal:packageZipTarabell
> universal:packageZipTarball
[info] /home/jsuereth/projects/sbt/sbt-native-packager/tutorial-example/target/universal/example-cli-1.0.tgz

This task simple constructs either a tgz or zip file with the exact same contents we found in the staged directory.
Expand Down

0 comments on commit 586a429

Please sign in to comment.