Skip to content

Commit f68467a

Browse files
authored
Update README.md
Signed-off-by: Herb Sutter <[email protected]>
1 parent d2fd82e commit f68467a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Copyright (c) Herb Sutter &#x2022; See [License](LICENSE)
66
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
77
[![Build (clang, gcc, vs)](https://github.com/hsutter/cppfront/actions/workflows/build-cppfront.yaml/badge.svg)](https://github.com/hsutter/cppfront/actions/workflows/build-cppfront.yaml)
88

9-
Cppfront is an experimental compiler from a potential C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to learn some things, prove out some concepts, and share some ideas.
9+
Cppfront is a compiler from an experimental C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to prove out some concepts, share some ideas, and prototype features that can also be proposed for evolving today's C++.
1010

11-
## Documentation is [available here](https://hsutter.github.io/cppfront/)
11+
## Documentation: [available here](https://hsutter.github.io/cppfront/)
1212

1313
## What's different about this project?
1414

0 commit comments

Comments
 (0)