diff --git a/README.md b/README.md index ffb3e588f..c8bc527c5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The following list fastly summarizes all the `TinyORM` features. - __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳 - scaffolding of models, migrations, and seeders - impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __1749 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __2027 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - CMake FetchContent module support 🤙 diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index 6351adf1e..4a9235dbf 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -48,7 +48,7 @@ The following list fastly summarizes all the `TinyORM` features. - __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳 - scaffolding of models, migrations, and seeders - impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __1749 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __2027 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - CMake FetchContent module support 🤙 diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index 2e69c65f5..a80c2f86f 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm] # Supported Compilers -Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __1749 unit tests__ 😮💥. +Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __2027 unit tests__ 😮💥.