Skip to content

Commit e15707f

Browse files
committed
documentation updates
1 parent 44dd633 commit e15707f

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# github-node-cljs
1+
# cljs-asynchronize
22

3-
A Clojure library designed to ... well, that part is up to you.
4-
5-
## Usage
6-
7-
FIXME
8-
9-
## License
10-
11-
Copyright © 2013 FIXME
12-
13-
Distributed under the Eclipse Public License, the same as Clojure.
3+
A cljs library designed to asynchronize yo code

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(defproject cljs-defasync "0.1.0-SNAPSHOT"
22
:source-paths ["comp/clojurescript/src/clj"
33
"comp/clojurescript/src/cljs"]
4-
:description "FIXME: write description"
5-
:url "http://example.com/FIXME"
4+
:description "Asynchronize callback code"
5+
:url ""
66
:license {:name "Eclipse Public License"
77
:url "http://www.eclipse.org/legal/epl-v10.html"}
88
:plugins [[lein-cljsbuild "0.3.2"]

0 commit comments

Comments
 (0)