Skip to content

Commit

Permalink
Merge pull request #14 from theprash/patch-1
Browse files Browse the repository at this point in the history
Correction to code in Ring usage example
  • Loading branch information
cemerick committed Feb 23, 2014
2 parents cfd1458 + 7fed71d commit b73bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ such:
(require 'cemerick.drawbridge)

(let [nrepl-handler (cemerick.drawbridge/ring-handler)]
(ANY "/repl" request (ring-handler request)))
(ANY "/repl" request (nrepl-handler request)))
```

With this, any HTTP or HTTPS client can send nREPL messages to the
Expand Down

0 comments on commit b73bd7f

Please sign in to comment.