From 4c20acd5cf9b1af4471360e695b00ea1944ae78d Mon Sep 17 00:00:00 2001 From: dmatch01 Date: Mon, 21 Jun 2021 08:00:16 -0500 Subject: [PATCH] Update README.md Fix misspelling. --- deploy/redhat_openshift/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/redhat_openshift/README.md b/deploy/redhat_openshift/README.md index f4b9cd1..90801b6 100644 --- a/deploy/redhat_openshift/README.md +++ b/deploy/redhat_openshift/README.md @@ -46,7 +46,7 @@ pip3 install -r requirements.txt a) Create namespace ``` - $ oc create namespace codefalre + $ oc create namespace codeflare namespace/codeflare created $ ``` @@ -157,4 +157,4 @@ Jupyter setup demo [Reference repository](https://github.com/erikerlandson/ray-o ### Running examples -Once in a Jupyer envrionment, refer to [notebooks](../../notebooks) for example pipeline. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/). \ No newline at end of file +Once in a Jupyer envrionment, refer to [notebooks](../../notebooks) for example pipeline. Documentation for reference use cases can be found in [Examples](https://codeflare.readthedocs.io/en/latest/).