Skip to content

Commit e6b62d5

Browse files
authored
Fix typo in example link
The link to programmerlist/Programmer.scala tried to access the branch "mastesr" instead of "master".
1 parent e70e4d8 commit e6b62d5

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)