We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8af29 commit dd5aa60Copy full SHA for dd5aa60
1 file changed
README.md
@@ -1,16 +1,17 @@
1
# CompojureScript
2
3
-[Compojure] for [macchiato-framework]
+[Compojure] for ClojureScript. Works both in the node.js environment and in browsers
4
5
[](https://travis-ci.org/xafizoff/compojurescript)
6
[](https://clojars.org/compojurescript)
7
8
## Usage
9
10
```clojure
11
-[compojurescript "0.1.0-SNAPSHOT"]
+[compojurescript "0.1.1"]
12
13
```
14
+Here's simple example of use:
15
16
(ns hello-world.core
17
(:require [compojurescript.core :refer-macros [defroutes GET]]
0 commit comments