From f3bf8a57763d6e292c1459eb8f9ad61cb9497aeb Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 3 Aug 2013 19:20:53 +0200 Subject: [PATCH] Fix typo in README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 42df5c0..b1be275 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ V0.8 - Oliver Gierke, SpringSource - a division of VMware Building extensible architectures nowadays is a core principle to create maintainable applications. This is why fully fledged plugin environments like *OSGi* are so popular these days. Unfortunately the introduction of *OSGi* introduces a lot of complexity to projects. -Spring Plugin provides a more pragmatic approach to plugin development by providing the core flexibility of having plugin implementations extending a core system's functionality but of course not delivering core OSGi features like dynamic class loading or runtime installation and deployment of plugins. Although Spring Plugin thus is not nearly as powerful as OSGi, it servers poor man's requirements to build a modular +Spring Plugin provides a more pragmatic approach to plugin development by providing the core flexibility of having plugin implementations extending a core system's functionality but of course not delivering core OSGi features like dynamic class loading or runtime installation and deployment of plugins. Although Spring Plugin thus is not nearly as powerful as OSGi, it serves as a poor man's requirements to build a modular extensible application. ### Context @@ -291,4 +291,4 @@ XML XSD - * Xml Schema Definition \ No newline at end of file + * Xml Schema Definition