Skip to content

Commit e531c51

Browse files
committed
REPL require code has extra single quote
1 parent 7cd7e17 commit e531c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The main HTTP client functionality is provided by the =clj-http.client= namespac
6868
First, require it in the REPL:
6969

7070
#+BEGIN_SRC clojure
71-
(require '[clj-http.client :as client]')
71+
(require '[clj-http.client :as client])
7272
#+END_SRC
7373

7474
Or in your application:

0 commit comments

Comments
 (0)