Skip to content

Commit

Permalink
remove todo from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 31, 2023
1 parent 4b6f113 commit 728e035
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ My goal is to provide a library like [Faker.js](https://github.com/faker-js/fake

## Example

Lets dive into some simple example of generating fake data
Lets see some simple example of generating fake data

```cpp
#include <format>
Expand Down Expand Up @@ -113,8 +113,6 @@ target_link_libraries(main faker-cxx)
- 🎮 Video game - title, genre, platform, studio
- 💬 Word - sample words, nouns, verbs

### 🔨 [TODO Modules](https://github.com/cieslarmichal/faker-cxx/blob/main/TODO.md)

## ✨ Contributing

Feel free to join Faker C++ development! 🚀
Expand All @@ -125,7 +123,7 @@ Please check [CONTRIBUTING](https://github.com/cieslarmichal/faker-cxx/blob/main

<br />

## Building from sources with Clang 16
## 🔨 Building from sources with Clang 16

#### 1. Install Clang 16

Expand Down Expand Up @@ -156,7 +154,7 @@ cd build
cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/clang++-16
```

#### 4. Build 🔨
#### 4. Build

```
make
Expand Down

0 comments on commit 728e035

Please sign in to comment.