Skip to content

Commit 01f9f0a

Browse files
authored
chore: Fix README template to include Web UI command (#2679)
* chore: Fix README tempalte to include Web UI command Signed-off-by: Danny Chiao <[email protected]> * fix Signed-off-by: Danny Chiao <[email protected]>
1 parent 8cbf51c commit 01f9f0a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ feast apply
4848
### 4. Explore your data in the web UI (experimental)
4949

5050
![Web UI](ui/sample.png)
51+
```commandline
52+
feast ui
53+
```
5154

5255
### 5. Build a training dataset
5356
```python

infra/templates/README.md.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ feast apply
4646
### 4. Explore your data in the web UI (experimental)
4747

4848
![Web UI](ui/sample.png)
49+
```commandline
50+
feast ui
51+
```
4952

5053
### 5. Build a training dataset
5154
```python

0 commit comments

Comments
 (0)