From 7d7de9a6e9113cc5d204855146fe5946b0bc0cba Mon Sep 17 00:00:00 2001 From: Daivik Karbhari <114691318+User-DK@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:26:24 +0530 Subject: [PATCH] Update README.md fixed a small typing mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4dd78c3e..eadc5cceb2 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ For adding emoji 😃 into the texts in `Portfolio.js`, use the `emoji()` functi #### Customize Lottie Animations -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. +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. #### Adding Twitter Time line to your Page Insert your Twitter username in `portfolio.js` to show your recent activity on your page.