From b10dc5e7326f8e315bbaec2f140f33ae988d179b Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Mon, 4 Oct 2021 23:05:45 +0200 Subject: [PATCH] README typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f48a44fd..5f206cbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clang-uml - UML diagram generator based on Clang and PlantUML +# clang-uml - C++ UML diagram generator based on Clang and PlantUML ![linux build](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg) @@ -164,7 +164,7 @@ The following decorators are currently supported: - [style](docs/test_cases/t00031.md) - add PlantUML style to a C++ entity ##### Doxygen integration -`clang-uml` can be omitted completed in ![Doxygen](https://www.doxygen.nl/index.html), by adding the following +`clang-uml` decorstors can be omitted completely in ![Doxygen](https://www.doxygen.nl/index.html), by adding the following lines to the Doxygen config file: ```