Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/devhong/Zookeeper.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaoqihao committed Aug 16, 2013
2 parents ee9c7a4 + 71d49f8 commit 86658eb
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Overview
A c# async client for Apache Zookeeper.
Requirements
============
.Net 4.0+







A c# client for Apache Zookeeper.

# Example





# Example
```csharp
var client = Sodao.Zookeeper.ZookClientPool.Get("zk1");

Expand Down Expand Up @@ -40,7 +53,6 @@ Console.ReadLine();
sessionNode.Close();
Console.WriteLine("session node closed");
```

```xml
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
Expand All @@ -60,4 +72,4 @@ Console.WriteLine("session node closed");
</zookeeper>

</configuration>
```
```

0 comments on commit 86658eb

Please sign in to comment.