Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
otabat committed Apr 22, 2013
1 parent 81f68ca commit f504d2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Operations are synchronous and some have an alternative async version using the
To create the client connection, specify the bucket name, password and the sequence collection of the server URIs.

(ns sample
(:use [couchbase-clj.client :as c]))
(:require [couchbase-clj.client :as c]))
(c/defclient client {:bucket "default"
:password ""
Expand All @@ -55,8 +55,8 @@ To create the client connection, specify the bucket name, password and the seque
### Write
#### Sync write
(ns sample
(:use [couchbase-clj.client :as c]
[couchbase-clj.util :as u]))
(:require [couchbase-clj.client :as c]
[couchbase-clj.util :as u]))
(c/defclient client)

Expand Down Expand Up @@ -139,8 +139,8 @@ To create the client connection, specify the bucket name, password and the seque

#### Async write
(ns sample
(:use [couchbase-clj.client :as c]
[couchbase-clj.util :as u]))
(:require [couchbase-clj.client :as c]
[couchbase-clj.util :as u]))
(c/defclient client)

Expand Down

0 comments on commit f504d2a

Please sign in to comment.