Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xafizoff committed Apr 9, 2018
1 parent 6b8af29 commit dd5aa60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# CompojureScript

[Compojure] for [macchiato-framework]
[Compojure] for ClojureScript. Works both in the node.js environment and in browsers

[![Build Status](https://travis-ci.org/xafizoff/compojurescript.svg?branch=master)](https://travis-ci.org/xafizoff/compojurescript)
[![Clojars Project](https://img.shields.io/clojars/v/compojurescript.svg)](https://clojars.org/compojurescript)

## Usage

```clojure
[compojurescript "0.1.0-SNAPSHOT"]
[compojurescript "0.1.1"]

```
Here's simple example of use:
```clojure
(ns hello-world.core
(:require [compojurescript.core :refer-macros [defroutes GET]]
Expand Down

0 comments on commit dd5aa60

Please sign in to comment.