From 530d8840fcfb5f38fd99f12d65d479dba5b0b535 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sun, 28 Nov 2021 10:04:39 +0200 Subject: [PATCH] Readme: fix intendetation of examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4219e76..e9c0212 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ import ( "fmt" "github.com/stscoundrel/riimut/elderfuthark" - "github.com/stscoundrel/riimut/futhorc" - "github.com/stscoundrel/riimut/medievalfuthork" - "github.com/stscoundrel/riimut/youngerfuthark" + "github.com/stscoundrel/riimut/futhorc" + "github.com/stscoundrel/riimut/medievalfuthork" + "github.com/stscoundrel/riimut/youngerfuthark" ) func main() { @@ -57,7 +57,7 @@ package main import ( "fmt", - "github.com/stscoundrel/riimut/youngerfuthark" + "github.com/stscoundrel/riimut/youngerfuthark" ) func main() {