Skip to content

Commit c16e5af

Browse files
authored
fix: Typo Correction in Feast UI Readme (#3939)
Modify the README to point to correct project list Signed-off-by: Twinkll Sisodia <tsisodia@redhat.com>
1 parent 49d2988 commit c16e5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ReactDOM.render(
4646
);
4747
```
4848

49-
When you start the React app, it will look for `project-list.json` to find a list of your projects. The JSON should looks something like this.
49+
When you start the React app, it will look for `projects-list.json` to find a list of your projects. The JSON should looks something like this.
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)