From 2fa191e6f9cb1bef4a7b3db5ff941340e79547b3 Mon Sep 17 00:00:00 2001 From: Dragos Coscodan Date: Sun, 26 Apr 2026 00:20:36 +0300 Subject: [PATCH] Fix readme.title beman-tidy warning Issue: https://github.com/bemanproject/beman-tidy/issues/253 beman-tidy before: ```bash [warning][readme.title]: The first line of the file 'README.md' is invalid. It should start with '# beman.copyable_function: '. check [Recommendation][readme.title] ... failed ``` beman-tidy after: ```bash Running check [Recommendation][readme.title] ... check [Recommendation][readme.title] ... passed ``` Signed-off-by: Dragos Coscodan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25c9b5b..396b4f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# beman.copyable\_function: A Beman Library Implementation of copyable_function ([P2548](https://wg21.link/P2548)) +# beman.copyable_function: A Beman Library Implementation of copyable_function ([P2548](https://wg21.link/P2548))