Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
Obarros committed May 19, 2019
1 parent 57c9e2b commit e32964e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
First, start with the following import:

```tut
import ch.epfl.scala.Example
import com.obarros.Example
```

Then, do nothing with something:
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the following dependency to your `build.sbt` file:

@@@vars
``` scala
libraryDependencies += "ch.epfl.scala" %% "library-example" % "$project.version$"
libraryDependencies += "com.obarros" %% "library-example" % "$project.version$"
```
@@@

Expand Down

0 comments on commit e32964e

Please sign in to comment.