diff --git a/README.md.template b/README.md.template index d79889a..63e4f91 100644 --- a/README.md.template +++ b/README.md.template @@ -43,7 +43,7 @@ class DetailActivity extends Activity { // TODO use id and title } -startService(new DetailActivityIntentBuilder("12345") +startActivity(new DetailActivityIntentBuilder("12345") .title("MyTitle") .build()) }