Skip to content

Commit

Permalink
Merge pull request #111 from wasabeef/fix/readme
Browse files Browse the repository at this point in the history
use CalligraphyContextWrapper#wrap
  • Loading branch information
chrisjenx committed Jan 6, 2015
2 parents 263cfd9 + c8c2e85 commit b2eeccd
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 @@ -72,7 +72,7 @@ Wrap the Activity Context:
```java
@Override
protected void attachBaseContext(Context newBase) {
super.attachBaseContext(new CalligraphyContextWrapper(newBase));
super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
}
```

Expand Down

0 comments on commit b2eeccd

Please sign in to comment.