Skip to content

Commit f575d47

Browse files
committed
Updated Readme
1 parent e84ed30 commit f575d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.org

+4-4
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,8 @@ core libraries for familiarity.
679679
implemented within fif using `fif.core/prepl-eval`.
680680

681681
For this example, i'm going to create a prepl from the
682-
*default-stack* which will change state within an atom. An
683-
additional atom will be used to capture stdout and stderr.
682+
*default-stack* which will change state within an atom. Additional
683+
atoms will be used to capture stdout and stderr.
684684

685685
#+BEGIN_SRC clojure
686686
(require '[clojure.string :as str])
@@ -889,7 +889,7 @@ core libraries for familiarity.
889889
for configuring a server, while only exposing limited
890890
functionality.
891891

892-
#+BEGIN_SRC
892+
#+BEGIN_SRC clojure
893893

894894
(require '[fif.core :as fif])
895895
(require '[fif.stack-machine :as stack])
@@ -924,7 +924,7 @@ core libraries for familiarity.
924924

925925
fif has the ability to start a commandline repl with
926926
`fif.core/repl`. If you wish to try out a default fif repl, you can
927-
clone this repository and with leinigen installed: ~lein run~
927+
clone this repository and with leiningen installed, run: ~lein run~
928928

929929
* Development
930930

0 commit comments

Comments
 (0)