Bläddra i källkod

docs: fix typos in development setup instructions

Miguel Ángel Moreno 3 månader sedan
förälder
incheckning
4958f4238a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      README

+ 2 - 2
README

@@ -80,7 +80,7 @@ To start a front-end development server with hot-reload support, run:
 clojure -M:frontend watch tubo
 #+end_src
 
-You can now access it at http://localhost:8020.
+You can now access it in your browser at http://localhost:8020
 
 To start the API, run:
 
@@ -113,7 +113,7 @@ You can then invoke this to start the API:
 
 #+begin_src clojure
 user=> (require '[tubo.http])
-user=> (http/start-server!)
+user=> (tubo.http/start-server!)
 #+end_src
 
 * Public Instances