This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit aacb32e86ee2f0b521d0294c1e8db05ff9819835
Author: Ryan McMahon <mcmella...@gmail.com>
AuthorDate: Tue Feb 13 17:37:56 2018 -0800

    GEODE-4341: Added rename to README
---
 examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md
index cb8111f..0478098 100644
--- a/examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md
+++ b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md
@@ -1,6 +1,7 @@
-# Cache Example
+# PutGetRemove Example
 This is a very simple example showing how to create a `Cache` using the 
`CacheFactory`,
 configure a `Pool` with a `PoolFactory`, and configure a `Region` with a 
`RegionFactory`.
+We then put, get, and remove some primitive data in the region.
 
 ## Prerequisites
 * Install [Apache Geode](https://geode.apache.org)
@@ -13,7 +14,7 @@ configure a `Pool` with a `PoolFactory`, and configure a 
`Region` with a `Region
   gfsh>start server --name=server
   gfsh>create region --name=region --type=PARTITION
   ```
-* Execute `Apache.Geode.Examples.Cache.exe`.
+* Execute `Apache.Geode.Examples.PutGetRemove.exe`.
   
   output:
   ```

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to