Browse Source

docs: fix typos in development setup instructions

Miguel Ángel Moreno 3 months ago
parent
commit
4958f4238a
1 changed files with 2 additions and 2 deletions
  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