From 35150fd97bb2308ededf52998c399fbb2cc0a8b0 Mon Sep 17 00:00:00 2001 From: Yao Xiao <15863179270@163.com> Date: Wed, 21 Oct 2020 19:47:34 -0700 Subject: [PATCH] Improve Katib README (#1361) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2d78e4262..08316bcc5e2 100644 --- a/README.md +++ b/README.md @@ -248,13 +248,13 @@ tf-job-operator-796b4747d8-4fh82 1/1 Running 0 21m After deploy everything, you can run examples to verify the installation. Examples bellow are for v1beta1 version. -This is example for TF operator: +This is an example for TF operator: ``` kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/v1beta1/tfjob-example.yaml ``` -This is example for PyTorch operator: +This is an example for PyTorch operator: ``` kubectl create -f https://raw.githubusercontent.com/kubeflow/katib/master/examples/v1beta1/pytorchjob-example.yaml