Fix deploy command in README

This commit is contained in:
Dimitri Lozeve 2024-06-08 13:15:19 +02:00
parent 681974170e
commit d79ac64f71

View file

@ -14,5 +14,5 @@ npx wrangler pages project create
#+begin_src sh
cabal run site build
npx wrangler pages project deploy _site
npx wrangler pages deploy _site
#+end_src