From 372619e83472cb45a8f9358d423412fdf5df7a99 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Tue, 21 Aug 2018 22:56:01 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 090bf78..513c110 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Examples // Ascent can be used to pull out fonts by name from assets/fonts folder // 1) Add the @Font annotation and font key to the TextView, Button etc member variable // 2) Create an instance of the Ascent class -// 3) inject the the class containing annotations +// 3) inject the class containing annotations class DemoActivity extends Activity {