Skip to content

Commit 146bbd7

Browse files
authored
Merge pull request #37 from smithjessk/master
Fix typo in example link
2 parents e70e4d8 + e6b62d5 commit 146bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ val appDependencies = Seq(
5151

5252
- [programmerlist/ExampleSpec.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/programmerlist/ExampleSpec.scala)
5353
- [programmerlist/Company.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/programmerlist/Company.scala)
54-
- [programmerlist/Programmer.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/mastesr/core/src/test/scala/programmerlist/Programmer.scala)
54+
- [programmerlist/Programmer.scala](https://github.com/scalikejdbc/scalikejdbc-async/blob/master/core/src/test/scala/programmerlist/Programmer.scala)
5555

5656
```scala
5757
import scalikejdbc._, async._

0 commit comments

Comments
 (0)