Skip to content

Commit d3fdcee

Browse files
authored
Update README.md (#695)
fixed a small typing mistake
1 parent 1b69fbd commit d3fdcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For adding emoji 😃 into the texts in `Portfolio.js`, use the `emoji()` functi
198198

199199
#### Customize Lottie Animations
200200

201-
You can choose a Lottie and download it in json format from from sites like [this](https://lottiefiles.com/). In `src/assets/lottie`, replace the Lottie json file you want to alter with the same file name. If you want to change the Lottie options, go to `src/components/displayLottie/DisplayLottie.js` and change the `defaultOptions` object, you can refer [lottie-react docs](https://www.npmjs.com/package/lottie-react) for more info on the `defaultOptions` object.
201+
You can choose a Lottie and download it in json format from sites like [this](https://lottiefiles.com/). In `src/assets/lottie`, replace the Lottie json file you want to alter with the same file name. If you want to change the Lottie options, go to `src/components/displayLottie/DisplayLottie.js` and change the `defaultOptions` object, you can refer [lottie-react docs](https://www.npmjs.com/package/lottie-react) for more info on the `defaultOptions` object.
202202

203203
#### Adding Twitter Time line to your Page
204204
Insert your Twitter username in `portfolio.js` to show your recent activity on your page.

0 commit comments

Comments
 (0)