Skip to content

Commit

Permalink
Fix src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefork committed Feb 7, 2013
1 parent 86a1efe commit 3feface
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Provides idiomatic approach for most use cases.

**Status**: many APIs (i.e. Shell, Clipboard, File dialogs) are missing and planned for next releases. Contribution is highly appreciated.

Add `[node-webkit-cljs "0.1.3"]` to lein `:dependencies`.
Add `[node-webkit-cljs "0.1.4"]` to lein `:dependencies`.

``` clojure
(ns myapp.core
Expand All @@ -20,16 +20,23 @@ Add `[node-webkit-cljs "0.1.3"]` to lein `:dependencies`.
(.on (nw/window) "close" #(.hide (nw/window)))

; and so on

```

Note that namespace (`node-webkit`) differs from project name (`node-webkit-cljs`).

See [example project](https://github.com/Flamefork/node-webkit-cljs/tree/master/example)

## Documentation

### [API documentation](http://flamefork.github.com/node-webkit-cljs/)

[Official node-webkit Native UI API documentation](https://github.com/rogerwang/node-webkit/wiki/Native-UI-API-Manual).

## Roadmap

- Tests
- Support all other APIs

## License

Copyright © 2013 Ilia Ablamonov
Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:min-lein-version "2.0.0"

:dependencies [[jayq "2.0.0"] ; just for example
[node-webkit-cljs "0.1.3"]]
[node-webkit-cljs "0.1.4"]]

:plugins [[lein-cljsbuild "0.3.0"]]

Expand Down
File renamed without changes.

0 comments on commit 3feface

Please sign in to comment.