From 6cb7476d28c454e1f6f3a3144130979227db1b61 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Mon, 30 Jun 2025 17:21:24 -0700 Subject: [PATCH] add target standard badge and small text tweaks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55003db..fc45fd2 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ SPDX-License-Identifier: CC0-1.0 ![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/bemanproject/scope/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/bemanproject/scope/actions/workflows/pre-commit.yml/badge.svg) +![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg) -`beman.scope` is a C++ library provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md). +`beman.scope` is a C++ library that provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md). **Implements**: [D3610R0 Scope Guard](./paper/scope.org) targeted at C++29. @@ -99,7 +100,7 @@ the `include` directory available add add the following to your source. import beman.scope; ``` -Withmodules import needs to be after any includes to avoid compilation errors. +With modules import needs to be after any includes to avoid compilation errors. ## Building beman.scope