Edit README 3x
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user