diff --git a/README.md b/README.md index d0b118abd7eba6e2908dc4df898b84a0d20baf1c..0c3c99772f9ff2b1a326a9882d91980176858a10 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ At runtime, the executable searches up the file system for the lib/ directory, relative to itself: * lib/ -* zig/lib/ +* lib/zig/ * ../lib/ -* ../zig/lib/ +* ../lib/zig/ * (and so on) In other words, you can **unpack a release of Zig anywhere**, and then begin