Skip to content

Commit

Permalink
Remove line refs from cra-template-mephisto-review README
Browse files Browse the repository at this point in the history
  • Loading branch information
pringshia committed Jun 2, 2022
1 parent e362c47 commit a224a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cra-template-mephisto-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can customize the way review items are displayed for both of the two routes

1. Customize the layout of all data:

- **Modify the properties of the ```<CollectionView/>``` tag under the ```/``` route on line 35.**
- **Modify the properties of the ```<CollectionView/>``` tag under the ```/``` route.**

- If you do not wish to use pagination, set the ```pagination``` property to ```false``` (default is true, must be a boolean value)

Expand All @@ -84,7 +84,7 @@ You can customize the way review items are displayed for both of the two routes

2. Customize the layout of individual item views:

- **Modify the properties of the ```<ItemView/>``` tag under the ```/``` route on line 24.**
- **Modify the properties of the ```<ItemView/>``` tag under the ```/``` route.**

- Add custom renderers for items by passing an ```itemRenderer``` property to ItemView:
- The itemRenderer property must be a react component.
Expand Down

0 comments on commit a224a18

Please sign in to comment.