From 5e82ccb281d399ed7196f1de0fab02759900c60b Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Fri, 10 Jun 2022 18:12:14 +0800 Subject: [PATCH] fix: Typo (#264) Signed-off-by: Ce Gao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa771adc..cdff02773 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ envd is a **machine learning development environment** for data scientists, AI/M ## Why use envd? -It is still too difficult to configure development environments and reproduce results in AI/ML scenario. +It is still too difficult to configure development environments and reproduce results in AI/ML scenarios. envd is a **machine learning development environment** for data scientists, AI/ML engineers, or teams. Environments built with envd enjoy the following features out-of-the-box: -🐍 **Life is shore, we use Python[^1]** +🐍 **Life is short, we use Python[^1]** Development environments are full of Dockerfiles, bash scripts, Kubernetes YAML manifests, and many other clunky files. And they are always breaking. envd builds are isolated and clean. You can write simple instructions in Python, instead of Bash / Makefile / Dockerfile / ...