This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new e19e5de Fixed typos in README.
new 55b4ca7 Merge pull request #112 from SethiPandi/readme-typos
e19e5de is described below
commit e19e5ded93094bfd8e0e8bf1c16db8e3203405b4
Author: Seth Falco <[email protected]>
AuthorDate: Mon Sep 14 15:48:53 2020 +0200
Fixed typos in README.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 410a0b7..f716c58 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ Apache DeltaSpike is compatible with all those
specification versions.
Note that Apache DeltaSpike is **not** a CDI container itself, but a set of
portable Extensions for it!
-Some of key features of Apache DeltaSpike include:
+Some of the key features of Apache DeltaSpike include:
- A core module that supports component configuration, type safe messaging and
internationalization, and exception handling.
- A suite of utilities to make programmatic bean lookup easier.
-- A plugin for Java SE to bootstrap both JBoss Weld, Apache OpenWebBeans and
other CDI containers outside of a a JavaEE server.
+- A plugin for Java SE to bootstrap both JBoss Weld, Apache OpenWebBeans and
other CDI containers outside of a JavaEE server.
- JSF integration, including backporting of JSF 2.2 features for Java EE 6.
- JPA integration and transaction support.
- A Data module, to create an easy to use repository pattern on top of JPA.
@@ -40,4 +40,4 @@ The easiest way to get started with DeltaSpike is to use
Maven or Gradle as a bu
- JDK 8
- Maven
-Just run `mvn clean install` from the top level directory, `deltaspike` to
build the source code.
\ No newline at end of file
+Just run `mvn clean install` from the top level directory, `deltaspike` to
build the source code.