From ca2c9d5cf7d8f496789d0c149f362d12093c9912 Mon Sep 17 00:00:00 2001 From: Don Norton <5455792+donnorton@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:40:59 -0400 Subject: [PATCH] Update genestack-getting-started.md (#153) Minor grammatical improvements --- docs/genestack-getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/genestack-getting-started.md b/docs/genestack-getting-started.md index 70f3ea7b..5b2e80fb 100644 --- a/docs/genestack-getting-started.md +++ b/docs/genestack-getting-started.md @@ -2,11 +2,11 @@ # What is Genestack? -Genestack is a complete operations and deployment ecosystem for Kubernetes and OpenStack. The purpose is of +Genestack is a complete operations and deployment ecosystem for Kubernetes and OpenStack. The purpose of this project is to allow hobbyists, operators, and cloud service providers the ability to build, scale, and leverage Open-Infrastructure in new and exciting ways. -Genestack’s inner workings are a blend dark magic — crafted with [Kustomize](https://kustomize.io) and +Genestack’s inner workings are a blend of dark magic — crafted with [Kustomize](https://kustomize.io) and [Helm](https://helm.sh). It’s like cooking with cloud. Want to spice things up? Tweak the `kustomization.yaml` files or add those extra 'toppings' using Helm's style overrides. However, the platform is ready to go with batteries included. @@ -18,7 +18,7 @@ to manage cloud infrastructure in the way you need it. ## Getting Started -Before you can do anything we need to get the code. Because we've sold our soul to the submodule devil, you're going to need to recursively clone the repo into your location. +Before you can do anything, you need to get the code. Because we've sold our soul to the submodule devil, you're going to need to recursively clone the repo into your location. !!! info