Skip to content

Commit 392a66f

Browse files
authored
Merge pull request #41 from bemanproject/40-add-badges-for-target-version
add target standard badge and small text tweaks
2 parents 5563939 + 6cb7476 commit 392a66f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ SPDX-License-Identifier: CC0-1.0
77
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg)
88
![Continuous Integration Tests](https://github.com/bemanproject/scope/actions/workflows/ci_tests.yml/badge.svg)
99
![Lint Check (pre-commit)](https://github.com/bemanproject/scope/actions/workflows/pre-commit.yml/badge.svg)
10+
![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
1011

11-
`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).
12+
`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).
1213

1314
**Implements**: [D3610R0 Scope Guard](./paper/scope.org) targeted at C++29.
1415

@@ -99,7 +100,7 @@ the `include` directory available add add the following to your source.
99100

100101
import beman.scope;
101102
```
102-
Withmodules import needs to be after any includes to avoid compilation errors.
103+
With modules import needs to be after any includes to avoid compilation errors.
103104

104105
## Building beman.scope
105106

0 commit comments

Comments
 (0)