From 5d6310bfaf978801dbfaa5ba410dac04b1ec4c9f Mon Sep 17 00:00:00 2001 From: Rafael Benevides Date: Thu, 27 Dec 2012 14:37:47 -0200 Subject: [PATCH] Make README consistent --- cdi-add-interceptor-binding/README.md | 2 +- cdi-portable-extension/README.md | 2 +- cdi-veto/README.md | 2 +- deltaspike-authorization/README.md | 2 +- deltaspike-beanbuilder/README.md | 2 +- deltaspike-exception-handling/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cdi-add-interceptor-binding/README.md b/cdi-add-interceptor-binding/README.md index 4acab2dbb8..e8a7ac269f 100644 --- a/cdi-add-interceptor-binding/README.md +++ b/cdi-add-interceptor-binding/README.md @@ -1,4 +1,4 @@ -CDI Portable Extension, add an interceptor binding: An example of a Portable Extension and some of the APIs / SPIs of CDI +cdi-add-interceptor-binding: An example of a Portable Extension and some of the APIs / SPIs of CDI ====================================================== Author: Pete Muir Level: Intermediate diff --git a/cdi-portable-extension/README.md b/cdi-portable-extension/README.md index 2dc796cb35..6bcf23d056 100644 --- a/cdi-portable-extension/README.md +++ b/cdi-portable-extension/README.md @@ -1,4 +1,4 @@ -CDI Portable Extension: An example of a Portable Extension and some of the APIs / SPIs of CDI +cdi-portable-extension: An example of a Portable Extension and some of the APIs / SPIs of CDI ====================================================== Author: Jason Porter Level: Intermediate diff --git a/cdi-veto/README.md b/cdi-veto/README.md index 446fe32e79..7a5925eb30 100644 --- a/cdi-veto/README.md +++ b/cdi-veto/README.md @@ -1,4 +1,4 @@ -CDI Veto: An example of a Portable Extension and some of the APIs / SPIs of CDI to veto beans. +cdi-veto: An example of a Portable Extension and some of the APIs / SPIs of CDI to veto beans. ====================================================== Author: Jason Porter Level: Intermediate diff --git a/deltaspike-authorization/README.md b/deltaspike-authorization/README.md index 9bc8cd2fa4..0ce786788b 100644 --- a/deltaspike-authorization/README.md +++ b/deltaspike-authorization/README.md @@ -1,4 +1,4 @@ -jboss-as-deltaspike-authorization: Demonstrate the creation of a custom authorization example using @SecurityBindingType from DeltaSpike +deltaspike-authorization: Demonstrate the creation of a custom authorization example using @SecurityBindingType from DeltaSpike ====================================================== Author: Rafael Benevides Level: Beginner diff --git a/deltaspike-beanbuilder/README.md b/deltaspike-beanbuilder/README.md index 1dbf5675e7..4f6ecb8668 100644 --- a/deltaspike-beanbuilder/README.md +++ b/deltaspike-beanbuilder/README.md @@ -1,4 +1,4 @@ -DeltaSpike BeanBuilder: Shows how to create new beans using DeltaSpike utilities +deltaspike-beanbuilder: Shows how to create new beans using DeltaSpike utilities ====================================================== Author: Rafael Benevides Level: Advanced diff --git a/deltaspike-exception-handling/README.md b/deltaspike-exception-handling/README.md index cc3a00b2d3..00606b8dea 100644 --- a/deltaspike-exception-handling/README.md +++ b/deltaspike-exception-handling/README.md @@ -1,4 +1,4 @@ -jboss-as-ds-exception-handling: An example how to use DeltaSpike exception handling +deltaspike-exception-handling: An example how to use DeltaSpike exception handling ==================================================================================== Author: Rafael Benevides Level: Intermediate