From 5476e987d5d605e8fc8e50d76912e342c722bbdb Mon Sep 17 00:00:00 2001
From: Kjetil Orbekk <kjetil.orbekk@gmail.com>
Date: Sun, 1 Jan 2017 16:13:11 -0500
Subject: [PATCH] Update <nixpkgs/nixos> path in documentation.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c5964fd5e..57613cc19 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Here is a typical `nix-repl` session:
     nix-repl> map (x: x * x) xs
     [ 1 4 9 16 25 ]
 
-    nix-repl> :l <nixos>
+    nix-repl> :l <nixpkgs/nixos>
     Added 7 variables.
 
     nix-repl> config.services.dhcpd
@@ -86,7 +86,7 @@ Here is a typical `nix-repl` session:
 Tab completion works on variables in scope and on attribute sets.  For
 example:
 
-    $ nix-repl  '<nixpkgs>' '<nixos>'
+    $ nix-repl  '<nixpkgs>' '<nixpkgs/nixos>'
     Welcome to Nix version 1.6pre3215_2c1ecf8. Type :? for help.
 
     nix-repl> thunder<TAB> => thunderbird