Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down