From a326bbe17bbf294d705f4ca5d86983721de4e58c Mon Sep 17 00:00:00 2001 From: Miro <117939922+Miro-wq@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:18:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f53d9c..4c17d12 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ import data from 'path/to/data.json'; ``` -![3. FriendList Component](https://img.shields.io/badge/3.%FriendList%20Component-purple?style=for-the-badge) +![3. FriendList Component](https://img.shields.io/badge/3.%20FriendList%20Component-purple?style=for-the-badge) The `FriendList` component shows a list of the user's friends, with each friend's online status clearly indicated. This component accepts a `friends` prop, which is an array of objects representing each friend, stored in `friends.json`. @@ -64,7 +64,7 @@ import friends from 'path/to/friends.json'; ``` -![4. TransactionHistory Component](https://img.shields.io/badge/4.%TransactionHistory%20Component-purple?style=for-the-badge) +![4. TransactionHistory Component](https://img.shields.io/badge/4.%20TransactionHistory%20Component-purple?style=for-the-badge) The `TransactionHistory` component displays a table of financial transactions, ideal for tracking activities in an internet banking application. The transactions are passed in as the `items` prop, sourced from the `transactions.json` file.