aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 16:22:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 16:22:33 +0300
commitc8859959eab8faed5490164f3f1d470b1f1e1197 (patch)
tree8c81245826deb7e7058392b297c174c2653598ff /README.md
parentworkflows/ci: rename to "CI" (diff)
downloadsorting-algorithms-c8859959eab8faed5490164f3f1d470b1f1e1197.tar.gz
sorting-algorithms-c8859959eab8faed5490164f3f1d470b1f1e1197.zip
README: fix a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 511571f..0e7f3ad 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Sorting algorithms
[![CI](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml)
-Gettting the hang out of (sorting) algorithms.
+Getting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.
Prerequisites