Skip to content

Commit

Permalink
Update 02-sbt-by-example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Jul 10, 2018
1 parent 132d934 commit b0dcd0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/reference/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ sbt:foo-build> ~compile
### Create a source file

Leave the previous command running. From a different shell or in your file manager create in the project
directory the following nested directories: `src/main/scala/example`. Then, create in the `example`
directory the following file using your favorite editor. Give it a name of your choice, but ending
with the suffix ".scala"
directory the following nested directories: `src/main/scala/example`. Then, create `Hello.scala`
in the `example` directory using your favorite editor as follows:

```scala
package example
Expand Down

0 comments on commit b0dcd0e

Please sign in to comment.