From 728e035456cb161731a7401fc4507ec5a1f32a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Tue, 31 Oct 2023 15:14:24 +0100 Subject: [PATCH] remove todo from readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2aa66acb8..964a70465 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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! 🚀 @@ -125,7 +123,7 @@ Please check [CONTRIBUTING](https://github.com/cieslarmichal/faker-cxx/blob/main
-## Building from sources with Clang 16 +## 🔨 Building from sources with Clang 16 #### 1. Install Clang 16 @@ -156,7 +154,7 @@ cd build cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/clang++-16 ``` -#### 4. Build 🔨 +#### 4. Build ``` make