diff --git a/README.md b/README.md index 02999fd..4c86ca5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ RCommon is a cohesive set of libraries with abstractions for widely used impleme 1. Future proofing applications against changing architectural or infrastructure needs. 2. Solve common problems under the presentation layer. Presentation frameworks are something else entirely. We try to keep everything nice under the hood. Cross cutting concerns, persistence strategies, transaction management, event handling, and messaging is where we want to shine. 3. Code testability. We try to limit the "magic" used. Things like dependency injection are used but in a very straightforward manner. Unit tests, and integration tests should be implemented to the highest degree possible. Afterall, we want the applications you build on top of this to work :) -4. Last but not least - open source using permissive Apache2.0 licensingforever. +4. Last but not least - open source using permissive Apache2.0 licensing forever. We track bugs, enhancement requests, new feature requests, and general issues on [GitHub Issues](https://github.com/Reactor2Team/RCommon/issues "GitHub Issues") and are very responsive. General "how to" and community support should be managed on [Stack Overflow](https://stackoverflow.com/questions/tagged/rcommon "Stack Overflow").