Skip to content

Commit 90b0d3c

Browse files
committed
update README.md
1 parent 6dfd5ba commit 90b0d3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Based on the `examples/main.cpp` and the current codebase, the following core co
4141

4242
* **C++17 Compiler**: A compiler that supports C++17 (e.g., GCC, Clang, MSVC).
4343
* **CMake**: Version 3.15 or higher.
44-
* **FTXUI**: This project uses FTXUI as a dependency.
44+
* **FTXUI**: A terminal UI library that TUIKit is built upon.
45+
* **nlohmann/json**: For JSON parsing, used in `.tuik` file handling.
4546

4647
### Building the Project
4748

@@ -56,7 +57,7 @@ Based on the `examples/main.cpp` and the current codebase, the following core co
5657
```bash
5758
git clone https://github.com/ArthurSonzogni/FTXUI.git external/ftxui
5859
```
59-
- Install nolman/json for JSON parsing into `external/json`:
60+
- Install nolmann/json for JSON parsing into `external/json`:
6061
```bash
6162
wget https://github.com/nlohmann/json/releases/download/v3.12.0/json.hpp -P external/json
6263
```

0 commit comments

Comments
 (0)