summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-14 01:15:48 -0400
committerGitHub <noreply@github.com>2019-04-14 01:15:48 -0400
commit71cac5bd1fb09909dde64bbcf3ee4a31fb29be4f (patch)
tree56eda96bf2554d4bd2d3b60b1b3e80dcf14fb156
parent2085397b226d6d6b4f5eea72cae1e0489e848092 (diff)
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77c095407..1009e0ff1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ The project is beginning as a port of Spaceship ZSH, but will be improved in are
- Configuration
- Cross-shell support with JSON or TOML config files
-We will _not_ be aiming to achieve full pairity with Spaceship ZSH as a result, so I am very open to discussing and reevaluating new solutions and ideas for the prompt.
+We will _not_ be aiming to achieve full parity with Spaceship ZSH as a result, so I am very open to discussing and reevaluating new solutions and ideas for the prompt.
I'm very new to Rust, so any help is appreciated when it comes to improving development patterns, writing idiomatic Rust, performance, safety, etc. 😄