From e3e030002566c812071e2ac0bc822bdf5e2628b5 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 6 Nov 2015 02:02:04 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add6d20..520d937 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Pico follows [Semantic Versioning 2.0][SemVer] and uses version numbers like `MA - the `MAJOR` version (e.g. `1.0` to `2.0`), a appropriate upgrade tutorial will be provided. -Upgrading Pico 0.8 or 0.9 to Pico 1.0 is a special case. The new `PicoDeprecated` plugin ensures backwards compatibility, so you basically can follow the above upgrade instructions as if we updated the `MINOR` version. However, we recommend you to take some further steps to confine the neccessity of `PicoDeprecated` as far as possible. For more information about what has changed with Pico 1.0 and a step-by-step upgrade tutorial, please refer to the [upgrade page of our website][HelpUpgrade]. +Upgrading Pico 0.8 or 0.9 to Pico 1.0 is a special case. The new `PicoDeprecated` plugin ensures backwards compatibility, so you basically can follow the above upgrade instructions as if we updated the `MINOR` version. However, we recommend you to take some further steps to confine the necessity of `PicoDeprecated` as far as possible. For more information about what has changed with Pico 1.0 and a step-by-step upgrade tutorial, please refer to the [upgrade page of our website][HelpUpgrade]. Run ---