Skip to content

Commit

Permalink
fix: Typo Correction in Feast UI Readme (#3939)
Browse files Browse the repository at this point in the history
Modify the README to point to correct project list

Signed-off-by: Twinkll Sisodia <tsisodia@redhat.com>
  • Loading branch information
tsisodia10 committed Feb 8, 2024
1 parent 49d2988 commit c16e5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.md
Expand Up @@ -46,7 +46,7 @@ ReactDOM.render(
);
```

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

```json
{
Expand Down

0 comments on commit c16e5af

Please sign in to comment.