Skip to content

Commit

Permalink
Merge pull request #698 from blakkan/patch-1
Browse files Browse the repository at this point in the history
Indicate filename suffix for created file.
  • Loading branch information
eed3si9n authored Jul 10, 2018
2 parents c77db52 + b0dcd0e commit e139e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +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:
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 e139e04

Please sign in to comment.