From 69ec0df45d0cd14ac6387a996101eac5249ff405 Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Sat, 11 Jan 2025 00:39:26 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Erin Conley --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f1e00..f446b72 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ You can follow the tutorial [here](https://charmhub.io/smtp-integrator/docs/tuto ### Basic operations The smtp-integrator charm is a charm intended to be used to provide SMTP -connection information via the `smtp` juju integration to other charms. +connection information via the `smtp` Juju integration to other charms. The smtp-integrator charm is first configured with the desired SMTP connection information, and any charm that integrates with the smtp-integrator charm can obtain the configured SMTP connection information via the -`smtp` juju integration from the smtp-integrator charm. +`smtp` Juju integration. ## Learn more * [Read more](https://charmhub.io/smtp-integrator)