Skip to content

Commit bb0420b

Browse files
authored
Update README.md
1 parent 32ab50d commit bb0420b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Overview
1313

1414
<b>Smart_Store</b> is a modular, extensible, and high-performance C++ framework for managing, serializing, deserializing, and organizing complex item data across multiple formats. Perfect for inventory systems, asset management, data editors, and any application needing structured, taggable, and type-safe storage of arbitrary objects.</br>
15-
This isn’t just code it’s a living system. I designed it to be as intuitive and adaptive as the human body forming from cells.
15+
This isn’t just code, it’s a living system. I designed it to be as intuitive and adaptive as the human body forming from cells.
1616

1717
- [More details](https://github.com/gem870/Smart_Store/wiki#project-summary)
1818

@@ -42,7 +42,7 @@ This isn’t just code it’s a living system. I designed it to be as intuitive
4242
---
4343

4444
### GitHub Action
45-
For fast look up, use GitHub Action and run the 66 Google Test suite with results printed on the console
45+
For fast lookup, use GitHub Action and run the 66 Google Test suite with results printed on the console
4646
by click: [Run Smart_Store Output App](https://github.com/gem870/Smart_Store/actions/runs/16735506400/job/47373371062)
4747

4848
## Feature Matrix
@@ -119,7 +119,7 @@ Flow from Item Registration to Export
119119
## Why Choose Smart_Store?
120120

121121
- **Modern & Maintainable:** Clean, idiomatic C++20 codebase
122-
- **Zero Boilerplate:** Automatic type registration, just use `addItem`
122+
- **Zero Boilerplate:** Automatic type registration, use `addItem`
123123
- **No Inheritance Required:** Works with any object type
124124
- **Data Safety:** Undo history ensures you never lose a state
125125
- **Robust Migration:** Built-in schema upgrades for legacy data
@@ -130,12 +130,12 @@ Flow from Item Registration to Export
130130
## Installation
131131

132132
### Windows:
133-
. Make sure you have CMake and GCC compiler installed before you run the fellowing commands.</br>
133+
. Make sure you have CMake and the GCC compiler installed before you run the following commands.</br>
134134
. If still having issues, set up WSL (Windows Subsystem for Linux) or use a Linux environment </br>
135135
and run the following commands.
136136

137137
### Linux / macOS:
138-
. Make sure you have CMake and GCC compiler installed before you run the following commands.</br></br>
138+
. Make sure you have CMake and the GCC compiler installed before you run the following commands.</br></br>
139139

140140

141141
```bash
@@ -147,7 +147,7 @@ cmake ..
147147
cmake --build .
148148
./TestApp
149149
```
150-
<b>>> If the issue persist or throw a segmentation fault, please reach out via email or GitHub issues.</b>
150+
<b>>> If the issue persists or throws a segmentation fault, please reach out via email or GitHub issues.</b>
151151

152152
### Integration
153153
- [Integration guide](https://github.com/gem870/Smart_Store/wiki/Integration)
@@ -161,7 +161,7 @@ MIT License. See [LICENSE](LICENSE) for details.
161161

162162
## Contributing
163163

164-
We welcome contributions from the community! Whether it's fixing bugs, suggesting new features, improving documentation, or refactoring code, your help is appreciated.
164+
We welcome contributions from the community! I would appreciate your help, whether it's fixing bugs, suggesting new features, improving documentation, or refactoring code.
165165

166166
### How to Contribute
167167

0 commit comments

Comments
 (0)