Skip to content

Commit 0b19292

Browse files
authored
Update README.md
1 parent db841ae commit 0b19292

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Step 2. Add the dependency
6363
6464
```sh
6565
<believe.cht.fadeintextview.TextView
66-
android:id="@+id/textView"
67-
android:layout_width="match_parent"
68-
android:layout_height="wrap_content"
69-
android:textSize="30sp"
70-
android:textColor="@android:color/black"
66+
android:id="@+id/textView"
67+
android:layout_width="match_parent"
68+
android:layout_height="wrap_content"
69+
android:textSize="30sp"
70+
android:textColor="@android:color/black"
7171

72-
app:letterDuration="250"/>
72+
app:letterDuration="250"/>
7373
```
7474
7575
### In the Java class
@@ -89,15 +89,15 @@ Step 2. Add the dependency
8989
9090
## Known Bugs
9191
92-
* the default android:text attribute to set the initial text doesn't seem to work, will be fixed in coming versions.
92+
* The default android:text attribute to set the initial text doesn't seem to work, will be fixed in coming versions.
9393
9494
## Meta
9595
96-
Your Name – [@i_m_cht](https://twitter.com/i_m_cht) – admin@believe-labs.co
96+
Chahat Gupta – [@i_m_cht](https://twitter.com/i_m_cht) – admin@believe-labs.co
9797
9898
Distributed under the MIT license. See ``LICENSE`` for more information.
9999
100-
[https://github.com/yourname/github-link](https://github.com/dbader/)
100+
[https://github.com/ChahatGupta/FadeInTextView-Android](https://github.com/ChahatGupta/FadeInTextView-Android)
101101
102102
## Contributing
103103

0 commit comments

Comments
 (0)