Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add syntax for code block
  • Loading branch information
takahirom committed Oct 25, 2015
1 parent 931f1ad commit 214aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void onBackPressed() {
2. Put Extra to intent.
3. Call overridePendingTransition after `startActivityForResult`.

```
```java
Bundle transitionBundle = ActivityTransitionLauncher.with(MainActivity.this).from(v).createBundle();
intent.putExtras(transitionBundle);
startActivityForResult(intent, REQUEST_CODE);
Expand Down

0 comments on commit 214aee9

Please sign in to comment.