From 32a3fb9d28ef6619351d41a3f500ad30b9e85c0a Mon Sep 17 00:00:00 2001 From: yazansalti Date: Thu, 10 Oct 2024 19:49:07 +0400 Subject: [PATCH] Remove the 'developers are free to...' part --- interfaces/tls_certificates/v1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/tls_certificates/v1/README.md b/interfaces/tls_certificates/v1/README.md index e5cfb2a6..d5710d25 100644 --- a/interfaces/tls_certificates/v1/README.md +++ b/interfaces/tls_certificates/v1/README.md @@ -5,7 +5,7 @@ This relation interface describes the expected behavior of any charm claiming to be able to provide or consume TLS certificates. -In most cases, this will be accomplished using the [tls_certificates_interface library V4](https://github.com/canonical/tls-certificates-interface/blob/main/lib/charms/tls_certificates_interface/v4/tls_certificates.py), although charm developers are free to provide alternative libraries as long as they fulfil the behavioural and schematic requirements described in this document. +A recommended approach is to use the [tls_certificates_interface library V4](https://github.com/canonical/tls-certificates-interface/blob/main/lib/charms/tls_certificates_interface/v4/tls_certificates.py). ## Direction