From c01a89d85bb0dadbdf70b277c28db5845df5fb84 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 9 Jun 2014 18:38:52 -0700 Subject: [PATCH] Rename "adapter" and "component" to "service" Signed-off-by: Ben Firshman --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19e328f065..40e4c6986b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ *libswarm* is a toolkit for composing network services. -At its core, it defines a standard way for the components of a distributed system to communicate with each other. This lets you: +At its core, it defines a standard way for services in a distributed system to communicate with each other. This lets you: 1. Use them as building blocks to compose complex architectures -2. Avoid vendor lock-in by swapping any component out with another +2. Avoid vendor lock-in by swapping any service out with another -An extensive library of adapters is included, and you can also write your own using a simple API. +An extensive library of services is included, and you can also write your own using a simple API. Here are some examples of what you can do with libswarm: @@ -23,7 +23,7 @@ Here are some examples of what you can do with libswarm: * Organize your application as loosely coupled services from day 1, without over-engineering. -## Adapters +## Built-in services Libswarm supports the following adapters: