Skip to content

Commit

Permalink
Merge pull request #284 from bryant1410/patch-1
Browse files Browse the repository at this point in the history
Fix attribute reference in README
  • Loading branch information
chrisjenx committed Apr 29, 2016
2 parents 61efea3 + ca0788b commit 5f2ef5a
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 @@ -49,7 +49,7 @@ public void onCreate() {
```

_Note: You don't need to define `CalligraphyConfig` but the library will apply
no default font and use the default attribute of `R.id.fontPath`._
no default font and use the default attribute of `R.attr.fontPath`._

### Inject into Context

Expand Down

0 comments on commit 5f2ef5a

Please sign in to comment.