From 361c1e3a0c7d8d8590e5070eb810399947be5ca3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 24 Apr 2019 09:59:33 -0700 Subject: [PATCH] Edit README and include reference to the samples. --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7bc54777..ede74c94 100644 --- a/README.adoc +++ b/README.adoc @@ -54,7 +54,10 @@ You can find an example of using this project in the Pivotal Cloud Cache (PCC) h Spring Boot, Pivotal GemFire `ClientCache` application. Another example, https://github.com/jxblum/contacts-application/tree/master/boot-example[boot-example], can be found -in the Contacts Application Reference Implementation for _Spring Data for Apache Geode/Pivotal GemFire_. +in the Contacts Application Reference Implementation for _Spring Data for Apache Geode/Pivotal GemFire_ (SDG). + +And finally, the documentation contains https://docs.spring.io/autorepo/docs/spring-boot-data-geode-build/1.0.0.BUILD-SNAPSHOT/reference/html5/#geode-samples[samples] +you may use to get started with SBDG. == Spring Boot Project Site