Skip to content

Commit ce6a8c0

Browse files
authored
Update README.md
1 parent b11f7cf commit ce6a8c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Library Features:
99
- Device and Format selection
1010

1111
Library Style:
12+
- Header only
1213
- Proper RAII support, at the cost of minor performance and memory
1314
- No `virtual` classe inheritence or function pointers
1415
- `std::variants` are to be avoided unless they bring sizable usability benefits (none in sight yet)
@@ -17,10 +18,10 @@ Library Style:
1718

1819
### Dependencies
1920

20-
Uses libclaws. https://github.com/Gaspard--/libclaws
21+
Uses claws library. https://github.com/Gaspard--/claws
2122

2223

2324
## Usage
2425

2526
Magma expects to be able to access itself with `magma/*.hpp` includes.
26-
Magma expects to be able to access libclaws with `claws/*.hpp` includes.
27+
Magma expects to be able to access claws with `claws/*.hpp` includes.

0 commit comments

Comments
 (0)