From 45ece829aa89cb28197ccb91b6cf210f15cd33db Mon Sep 17 00:00:00 2001 From: Zane Durante Date: Mon, 10 Jun 2019 19:32:18 -0700 Subject: [PATCH] Fixed typo (#572) Changed "intalled" to "installed" --- mnist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist/README.md b/mnist/README.md index 192b43f4..0b664640 100644 --- a/mnist/README.md +++ b/mnist/README.md @@ -50,7 +50,7 @@ You also need the following command line tools: - [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) - [kustomize](https://kustomize.io/) -To run the client at the end of the example, you must have [requirements.txt](requirements.txt) intalled in your active python environment. +To run the client at the end of the example, you must have [requirements.txt](requirements.txt) installed in your active python environment. ``` pip install -r requirements.txt