From 48653d859106fa847a832076a725a948f11b1786 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 17 Jul 2023 22:52:59 +0200 Subject: [PATCH] Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af18c61..4c2b548 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ point a location to the `genevee` package itself: (root genevee)))))) ``` -In fact, have you noticed the `genevee-in-a-vm.scm` in this repository ? This +In fact, have you noticed the `genevee-in-a-vm.scm` in this repository ? These few lines are actually enough to let you spin a local demo of a server hosting Génévée in virtually (ahah) no time. @@ -141,5 +141,5 @@ simply call: ``` Of course this just calls `rsync` with the path expanded from the evaluation of -`guix build` like above. Adapt to taste when you use a different protocol to -sync into production. +`guix build` like above. Adapt to your taste when you use a different protocol +to sync into production.