Skip to content

Commit a326bbe

Browse files
authored
Update README.md
1 parent 1e0d60c commit a326bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import data from 'path/to/data.json';
4949
<Statistics stats={data} />
5050
```
5151

52-
![3. FriendList Component](https://img.shields.io/badge/3.%FriendList%20Component-purple?style=for-the-badge)
52+
![3. FriendList Component](https://img.shields.io/badge/3.%20FriendList%20Component-purple?style=for-the-badge)
5353

5454
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`.
5555

@@ -64,7 +64,7 @@ import friends from 'path/to/friends.json';
6464
<FriendList friends={friends} />
6565
```
6666

67-
![4. TransactionHistory Component](https://img.shields.io/badge/4.%TransactionHistory%20Component-purple?style=for-the-badge)
67+
![4. TransactionHistory Component](https://img.shields.io/badge/4.%20TransactionHistory%20Component-purple?style=for-the-badge)
6868

6969

7070
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.

0 commit comments

Comments
 (0)