about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7094b25..0b70043 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ for displaying my photos.
 
 ## Hacking
 
-Run `nix-shell live.nix` and open `http://localhost:28792`.
+Run `nix-shell` and open `http://localhost:28792`.
 Changes to `*/index.xml` will be live reloaded thanks
 to modern browsers' native support for XSLT.  The web feed
-has to me manually regenerated with `make atom.xml` however.
+has to be manually regenerated with `make atom.xml` however.
 
 ## Deployment