SLING-7167 Adjust READMEs

add uniform header linking to Sling project

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810942 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/slingbucks/README.md b/slingbucks/README.md
index 9173180..d737fe0 100644
--- a/slingbucks/README.md
+++ b/slingbucks/README.md
@@ -1,8 +1,9 @@
-Sling Slingbucks sample
------------------------
+# Apache Sling Samples Slingbucks
 
-WHY THIS SAMPLE?
-----------------
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+## WHY THIS SAMPLE?
+
 This simple coffee-ordering app demonstrates how Sling promotes RESTful 
 application design, and how much you can do with little code.
 
@@ -13,8 +14,8 @@
 Jim Webber, Savas Parastatidis & Ian Robinson at InfoQ: 
 http://www.infoq.com/articles/webber-rest-workflow
 
-HOW TO INSTALL
---------------
+## HOW TO INSTALL
+
 Build this bundle and install it in Sling. See
 http://sling.apache.org/documentation/development/getting-and-building-sling.html
 for how to do that.
@@ -29,8 +30,8 @@
 The OSGi console at http://localhost:8080/system/console/bundles must then
 list the "org.apache.sling.samples.slingbucks" bundle as active. 
 
-HOW TO TEST
------------
+## HOW TO TEST
+
 On a default Sling trunk instance you usually need to first disable the 
 "Allow Anonymous Access" option at 
 
diff --git a/slingbucks/pom.xml b/slingbucks/pom.xml
index cf4e77d..f9723b4 100644
--- a/slingbucks/pom.xml
+++ b/slingbucks/pom.xml
@@ -30,7 +30,8 @@
     <artifactId>org.apache.sling.samples.slingbucks</artifactId>
     <version>0.9.9-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache Sling Slingbucks - sample coffee store management application</name>
+    <name>Apache Sling Samples Slingbucks</name>
+    <description>sample coffee store management application</description>
     
     <build>
         <plugins>