Skip to content

Commit

Permalink
Update README.md.template
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsjolander committed Jun 16, 2015
1 parent e7faac5 commit 2981a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DetailActivity extends Activity {
// TODO use id and title
}

startService(new DetailActivityIntentBuilder("12345")
startActivity(new DetailActivityIntentBuilder("12345")
.title("MyTitle")
.build())
}
Expand Down

0 comments on commit 2981a15

Please sign in to comment.