Skip to content

Commit a55b43f

Browse files
modified readme
1 parent 5e20b81 commit a55b43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Example for second argument:
5151
wavy.wavy(document.querySelector(".text"), {words: ["Wavy", "Text", "Animation", "Library", "JavaScript"]}, third_argument);
5252
```
5353

54-
The third argument you should pass is an object with an option to set the color of the `text`. The color values can be `hex`, `rgb`, `hsl` or standard `css values`.
54+
The third argument (optional) you should pass is an object with an option to set the color of the `text`. The color values can be `hex`, `rgb`, `hsl` or standard `css values`. Deafult color is `black`.
5555

5656
Example for third argument:
5757
```js

0 commit comments

Comments
 (0)