Skip to content

Commit d97ec23

Browse files
Tweak docs to match new TUI output (#27)
Signed-off-by: Jacob Tomlinson <[email protected]>
1 parent 703327d commit d97ec23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is written in Go and uses `make` for task running. Code should be f
1111
You can build Canary into `./bin/canary` with:
1212

1313
```shell
14-
$ make
14+
$ make build
1515
go build -o bin/canary .
1616
```
1717

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ We can then run our specification against any desired container image to see a p
131131
```console
132132
$ canary validate --file examples/kubeflow.yaml public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1
133133
Validating public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:v1.5.0-rc.1 against kubeflow
134-
👩 User is jovyan [true]
135-
🆔 User ID is 1000 [true]
136-
🏠 Home directory is /home/jovyan [true]
137-
🌏 Exposes an HTTP interface on port 8888 [true]
138-
🧭 Correctly routes the NB_PREFIX [true]
139-
🔓 Sets 'Access-Control-Allow-Origin: *' header [true]
134+
👩 User is jovyan [passed]
135+
🆔 User ID is 1000 [passed]
136+
🏠 Home directory is /home/jovyan [passed]
137+
🌏 Exposes an HTTP interface on port 8888 [passed]
138+
🧭 Correctly routes the NB_PREFIX [passed]
139+
🔓 Sets 'Access-Control-Allow-Origin: *' header [passed]
140140
validation passed
141141
```
142142

0 commit comments

Comments
 (0)