Readme.adoc in dapr-0.1.24 vs Readme.adoc in dapr-0.1.25
- old
+ new
@@ -18,14 +18,16 @@
:cryptography-block: https://docs.dapr.io/developing-applications/building-blocks/cryptography/cryptography-overview/[Dapr Cryptography Building Block]
== Overview
-This library provides a Ruby client for the Dapr runtime. It is a work in progress and is not yet ready for production use.
+This library provides an interface to the {dapr-building-block}s.
-Documentation will be added as the library matures.
+CAUTION: This is a work in progress and is not yet ready for production use.
+NOTE: Documentation will be added as this library matures.
+
== Installation
Install the gem and add it to the application's Gemfile by executing:
$ bundle add dapr --require dapr/client
@@ -34,10 +36,10 @@
$ gem install dapr
== Usage
-Dapr being such a kitchen sink, this library exposes each {dapr-building-block} as either a
+Dapr being such a Smörgåsbord, this library exposes each {dapr-building-block} as either a
Client or a Service, depending on whether it uses the AppCallback runtime (Service) or
the Dapr API (Client). The clients are thin wrappers around the Dapr API, while the service
implementations will be more opinionated, higher-level abstractions. See the specific section on
the building block you are interested in for its usage information.