We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dd633 commit e15707fCopy full SHA for e15707f
README.md
@@ -1,13 +1,3 @@
1
-# github-node-cljs
+# cljs-asynchronize
2
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.
+A cljs library designed to asynchronize yo code
project.clj
@@ -1,8 +1,8 @@
(defproject cljs-defasync "0.1.0-SNAPSHOT"
:source-paths ["comp/clojurescript/src/clj"
"comp/clojurescript/src/cljs"]
- :description "FIXME: write description"
- :url "http://example.com/FIXME"
+ :description "Asynchronize callback code"
+ :url ""
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-cljsbuild "0.3.2"]
0 commit comments