Update README.md
1 files changed, 4 insertions(+), 4 deletions(-) M README.md
M README.md => README.md +4 -4
@@ 104,10 104,10 @@ Create a custom `nix develop` shell with a `flake.nix` like this for example: pkgs.nodejs-18_x pkgs.esbuild ]; shellHook = '' source <(spago --bash-completion-script `which spago`) source <(node --completion-bash) ''; shellHook = '' source <(spago --bash-completion-script `which spago`) source <(node --completion-bash) ''; }; }; }