Skip to content

Commit

Permalink
looking better
Browse files Browse the repository at this point in the history
  • Loading branch information
Obarros committed May 21, 2019
1 parent 7423216 commit 92161fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
First, start with the following import:

```tut
import com.obarros.Example
import me.obarros.Example
```

Then, do nothing with something:

```tut
Example.doNothing(42)
```

2 changes: 1 addition & 1 deletion src/documentation/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This page shows all the features provided by the library.

The `doNothing` function takes anything as parameter and returns it unchanged:

@@snip [Usage.scala]($root$/src/test/scala/com/obarros/Usage.scala) { #do-nothing }
@@snip [Usage.scala]($root$/src/test/scala/me/obarros/Usage.scala) { #do-nothing }

Browse the @scaladoc[API documentation](me.obarros.Example$) for more information.

0 comments on commit 92161fa

Please sign in to comment.