From 4192e817cac766824745f0fdc437c84022d7af60 Mon Sep 17 00:00:00 2001 From: Maruan Date: Thu, 3 Sep 2020 19:25:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba9aabb5236..77d9c7beeee8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ If you installed **al-folio** as described above, you can upgrade to the latest # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ git fetch upstream -$ git rebase upstream/v0.3 +$ git rebase upstream/v0.3.1 ``` If you have extensively customized a previous version, it might be trickier to upgrade.