Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Aug 12, 2015
1 parent 26ac38e commit 94d79c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ optional parameter identifying a specific universe of interest. To
pass parameters using `ola-clojure`, you simply supply a normal
Clojure map with keys and values corresponding to the message
definitions within the Protobuf specification. In this case, the
pareamteter is named `universe` and takes an integer, so the following
parameter is named `universe` and takes an integer, so the following
variant would return the same result as above in the current
configuration, but would select just that universe if there were more
than one configured:
Expand Down Expand Up @@ -313,7 +313,8 @@ universes:

```clojure
(let [levels (get buffers universe)]
(ola/UpdateDmxData {:universe universe :data (ByteString/copyFrom levels)} response-handler))
(ola/UpdateDmxData {:universe universe :data (ByteString/copyFrom levels)}
response-handler))
```

In this example, `universe` contains the ID of a universe that the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject ola-clojure "0.1.0-SNAPSHOT"
(defproject ola-clojure "0.1.0"
:description "A Clojure library for communicating with the Open Lighting Architecture."
:url "https://github.com/brunchboy/ola-clojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 94d79c0

Please sign in to comment.