Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Apr 6, 2020
1 parent 6894b63 commit 849a650
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ to provide early visibility to reviewers, create a [Draft Pull Request].

## Release Process

Maesh follows the [semver](https://semver.org/) sheme when releasing new versions.
Maesh follows the [semver](https://semver.org/) scheme when releasing new versions.

Therefore, all PR's (except fixing a bug in a specific version) should be made against the `master` branch. If you're attempting to fix a bug in an already released version, please use the correct branch of that release (e.g. `v1.1`). All bug-fixes made to a specific branch will be backported to master, prior to releasing a new (major / minor) version. Patch releases will be made out of the version branch.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Maesh: Simpler Service Mesh

Maesh is a simple, yet full-featured service mesh..
Maesh is a simple, yet full-featured service mesh.
It is container-native and fits as your de-facto service mesh in your Kubernetes cluster.
It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.
Moreover, Maesh is opt-in by default,
Expand Down Expand Up @@ -44,7 +44,7 @@ To run this app, you require the following:
- CoreDNS installed as [Cluster DNS Provider](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/) (versions 1.3+ supported)
- Helm v3

## Install (Helm v2 only)
## Install (Helm v3 only)

```shell
helm repo add maesh https://containous.github.io/maesh/charts
Expand Down
5 changes: 3 additions & 2 deletions helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Prerequisites

With the command `helm version`, make sure that you have:
- Helm v3[installed](https://helm.sh/docs/using_helm/#installing-helm)

- Helm v3 [installed](https://helm.sh/docs/using_helm/#installing-helm)

Add Maesh's chart repository to Helm:

Expand All @@ -28,7 +29,7 @@ helm install maesh maesh/maesh
### Deploy Maesh in a Custom Namespace

```bash
helm install maesh maesh/maesh
helm install maesh --namespace=maesh maesh/maesh
```

### Deploy with Custom Configuration
Expand Down

0 comments on commit 849a650

Please sign in to comment.