Skip to content

Commit 2455d38

Browse files
authored
[skip ci] Jinja2Cpp -> Jinja2C++
1 parent ef76446 commit 2455d38

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div align="center"><img width="200" src="https://avatars0.githubusercontent.com/u/49841676?s=200&v=4"></div>
22

3+
<div align="center">
34
# Jinja2С++
5+
</div>
46

57
[![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/)
68
[![Standard](https://img.shields.io/badge/c%2B%2B-14-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)
@@ -58,12 +60,12 @@ hello; world!!!
5860

5961
## Getting started
6062

61-
In order to use Jinja2Cpp in your project you have to:
62-
* Clone the Jinja2Cpp repository
63+
In order to use Jinja2C++ in your project you have to:
64+
* Clone the Jinja2C++ repository
6365
* Build it according with the instructions
6466
* Link to your project.
6567

66-
Usage of Jinja2Cpp in the code is pretty simple:
68+
Usage of Jinja2C++ in the code is pretty simple:
6769
1. Declare the jinja2::Template object:
6870

6971
```c++

0 commit comments

Comments
 (0)