Merge pull request #7014 from eugenp/lor6-patch-4

Update README.md
This commit is contained in:
Loredana Crusoveanu 2019-05-25 00:01:13 +03:00 committed by GitHub
commit da68e062a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ Firstly, start the REPL with `lein repl`. Then the examples can be executed with
* `(run request-count-handler)` - A handler with a session that tracks how many times this session has requested this handler
In all cases, the handlers can be accessed on http://localhost:3000.
## Relevant Articles
- [Writing Clojure Webapps with Ring](https://www.baeldung.com/clojure-ring)