Edit README 3x

This commit is contained in:
2024-07-30 00:33:51 -04:00
parent 9c5c3abbbd
commit 47a2b64ea4

View File

@@ -33,13 +33,8 @@ CPMAddPackage(
### Usage
1. **Include the Property class header:**
\```cpp
#include "Property.h"
\```
2. **Define your class with properties:**
**Define your class with properties:**
```cpp
#include "Property.h"
@@ -63,7 +58,7 @@ CPMAddPackage(
In the above example:
3. **Access properties:**
**Access properties:**
```cpp
MyClass obj;