Skip to content

Commit 474d2bf

Browse files
authored
Update README.md
1 parent 4881b88 commit 474d2bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ or add
4747
to the require section of your `composer.json` file.
4848

4949
## Usage
50-
To use this widget you need to add this code to your html:
50+
To use this widget you need to add this code to your html:
51+
5152
```
5253
<?php
5354
use aneeshikmat\yii2\Yii2TimerCountDown\Yii2TimerCountDown;
@@ -64,8 +65,8 @@ To use this widget you need to add this code to your html:
6465
<?= Yii2TimerCountDown::widget() ?>
6566
</div>
6667
</div>
67-
6868
```
69+
6970
As you see, its very simple, and now we will be explaning this code, and then go to display all option may be use to help us,
7071
In prev code we call Yii2TimerCountDown widget.(if you write this syntax dirctly without determind any option, you will git time over message).
7172

0 commit comments

Comments
 (0)