From 52466ffe83105b19cfd9e34c5268a85dfb617015 Mon Sep 17 00:00:00 2001 From: jeanfabrice Date: Thu, 14 Nov 2019 15:00:35 +0100 Subject: [PATCH] fix typo in pseudo/README.md --- pseudo/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pseudo/README.md b/pseudo/README.md index cb9419a61..446cda457 100644 --- a/pseudo/README.md +++ b/pseudo/README.md @@ -57,9 +57,7 @@ These libraries were forked by running `git clone` to clone the repos. ### Automated Creation Steps -1. Remove the current existing psuedo modules - - `$ rm -rf psuedo/k8s` +1. Remove the current existing pseudo modules + - `$ rm -rf pseudo/k8s` 2. Run the [init-pseudo-module.sh](init-pseudo-module.sh) script to clone and configure pseudo deps - - From the root directory -- `$ psuedo/init-pseudo-module.sh` - - + - From the root directory -- `$ pseudo/init-pseudo-module.sh`