Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Nikiforov committed Jan 13, 2017
1 parent 0bd62ec commit eab5dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Tutors tutors = new TutorsBuilder()
tutors.show(getSupportFragmentManager(), toolbar, "It's a toolbar", !iterator.hasNext());
```

See [sample](sample/src/main/java/com/github/popalay/tutorssample/MainActivity.kt).
See [sample](sample/src/main/java/com/github/popalay/tutorssample/MainActivity.java).

### From Kotlin

Expand Down
2 changes: 1 addition & 1 deletion tutors-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publish {
publishVersion = '1.0.1'
desc = 'A simple way to show the user interface tutorials'
licences = ['Apache-2.0']
uploadName = 'Tutors'
uploadName = 'Tutors-Kotlin'
website = 'https://github.com/Popalay/Tutors'
}

Expand Down

0 comments on commit eab5dab

Please sign in to comment.