Skip to content

Commit

Permalink
Merge pull request #177 from CSol314/patch-2
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
saschazelzer committed Jan 19, 2017
2 parents b4ad6cc + 9a24d6f commit 70371ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Introduction

The C++ Micro Services project is a collection of components for building
modular and dynamic service-oriented applications. It is based on
`OSGi <http://osgi.org>`_ but tailored to support native cross-platform solutions.
`OSGi <http://osgi.org>`_, but tailored to support native cross-platform solutions.

Proper usage of C++ Micro Services patterns and concepts leads to systems
with one or more of the following properties:
Expand Down Expand Up @@ -104,8 +104,9 @@ Quick Start
-----------

Essentially, the C++ Micro Services library provides you with a powerful
dynamic service registry, on top of a managed lifecycle for so-called
*bundles* that are contained in shared or static libraries. Each bundle
dynamic service registry on top of a managed lifecycle. The framework manages,
among other things, logical units of modularity called *bundles* that
are contained in shared or static libraries. Each bundle
within a library has an associated :any:`cppmicroservices::BundleContext`
object, through which the service registry is accessed.

Expand Down Expand Up @@ -184,4 +185,4 @@ file for details about the contribution process.
:alt: Documentation Status (stable)
.. |RTD Build Status (development)| image:: https://readthedocs.org/projects/cppmicroservices/badge/?version=development&style=flat-square
:target: http://docs.cppmicroservices.org/en/development/?badge=development
:alt: Documentation Status (development)
:alt: Documentation Status (development)

0 comments on commit 70371ef

Please sign in to comment.