Skip to content

Commit

Permalink
Cleaned up language in PR
Browse files Browse the repository at this point in the history
* Moved CSharp Taste of Riak to community driven library list
* Clarified language in CSharp Taste of Riak
  • Loading branch information
peschkaj committed Aug 5, 2013
1 parent 12e22b4 commit 634a91e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/languages/en/riak/dev/taste-of-riak/csharp.md
Expand Up @@ -73,7 +73,7 @@ This is some simple code to test that a node in a Riak cluster is online - we se

Pinging a Riak cluster sounds like a lot of fun, but eventually someone is going to want us to do productive work. Let's create a class to represent some data and save some objects into Riak.

CorrugatedIron makes use of a `RiakObject` class to encapsulate Riak functionality. At the most basic, a `RiakObject` is responsible for identifying your object and for translating it into a format that can be easily saved to Riak.
CorrugatedIron makes use of a `RiakObject` class to encapsulate Riak key/value objects. At the most basic, a `RiakObject` is responsible for identifying your object and for translating it into a format that can be easily saved to Riak.

Add the `CorrugatedIron.Models` namespace to your using directive. Your usings should look like this:

Expand Down
4 changes: 4 additions & 0 deletions source/languages/en/riak/dev/taste-of-riak/index.md
Expand Up @@ -27,5 +27,9 @@ Basho officially supports a number of open-source [[client libraries]] for vario
<li data-lang="ruby">[[Ruby|Taste of Riak: Ruby]]</li>
<li data-lang="php">[[PHP|Taste of Riak: PHP]]</li>
<li data-lang="python">[[Python|Taste of Riak: Python]]</li>
</ul>

Community libraries:
<ul class="planguages">
<li data-lang="csharp">[[CSharp|Taste of Riak: C#]]</li>
</ul>

0 comments on commit 634a91e

Please sign in to comment.