From b152e0dfc520df3b6079b68f732e32058aabdb6b Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Sat, 29 Jun 2024 23:19:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20"server"=20->=20"servi?= =?UTF-8?q?ce"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should have been part of 9e443e32. --- README.md | 2 +- zbus/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f99841ce..8a06d3cc1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ examples assume that a D-Bus broker is setup on your machine and you've a sessio (`DBUS_SESSION_BUS_ADDRESS` environment variable must be set). This is guaranteed to be the case on a typical Linux desktop session. -### Server +### Service A simple service that politely greets whoever calls its `SayHello` method: diff --git a/zbus/README.md b/zbus/README.md index a58810902..e7fd4e985 100644 --- a/zbus/README.md +++ b/zbus/README.md @@ -20,7 +20,7 @@ examples assume that a D-Bus broker is setup on your machine and you've a sessio (`DBUS_SESSION_BUS_ADDRESS` environment variable must be set). This is guaranteed to be the case on a typical Linux desktop session. -### Server +### Service A simple service that politely greets whoever calls its `SayHello` method: