Skip to content

Commit 20133e0

Browse files
committed
Clarify docs
1 parent 5823089 commit 20133e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ It is compatible through C++14, 17, 20, 23 and beyond.
1717

1818
# Notice
1919

20-
This library is not an official boost library, and is under active development.
20+
Decimal is under active development and is not an official boost library.
2121

2222
# How To Use The Library
2323

24-
This library is header only, and contains no dependencies.
24+
This library is header only. It contains no other dependencies.
25+
Simply `#include` it and use it.
2526

2627
## CMake
2728

@@ -107,7 +108,7 @@ int main()
107108
```
108109

109110
This intuitive straightforwardness is the same when using Standard-Library
110-
functions (such as `<cmath>`-like functions).
111+
functions (such as STL functions, `<cmath>`-like functions and the like).
111112

112113
```cpp
113114
#include <boost/decimal.hpp>

0 commit comments

Comments
 (0)