From ca0788b254cd4281852eb4baf398f4791c5958d9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Thu, 28 Apr 2016 10:28:36 -0300 Subject: [PATCH] Fix attribute reference in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0f9ce..12c73cd 100644 --- a/README.md +++ b/README.md @@ -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