Skip to content

Commit 3005dc7

Browse files
authored
Update README.md
1 parent 7ed0511 commit 3005dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Step 2. Add the dependency
7373
### In the Java class
7474
7575
```sh
76-
believe.cht.fadeintextview.TextView textView textView = (believe.cht.fadeintextview.TextView) findViewById(R.id.textView);
76+
believe.cht.fadeintextview.TextView textView = (believe.cht.fadeintextview.TextView) findViewById(R.id.textView);
7777

7878
textView.setLetterDuration(250); // sets letter duration programmatically
7979
textView.isAnimating(); // returns current animation state (boolean)

0 commit comments

Comments
 (0)