From d3b5faa260398105a89580f15c1d752e7d4e9373 Mon Sep 17 00:00:00 2001 From: aiiyansin <50899415+aiiyansin@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:44:09 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f38e6486..81f8c51d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ C++React is reactive programming library for C++14. It enables the declarative definition of data dependencies between state and event flows. Based on these definitions, propagation of changes is handled automatically. -Here's a simple example: +Here's a simple example of c++: ``` using namespace react; @@ -37,4 +37,4 @@ The system also knows when it's safe to update values in parallel from multiple I'm currently in the process of rewriting the library more or less from scratch and many things are still broken or outdated. -[The old, but stable and documented version is still available in this branch.](https://github.com/schlangster/cpp.react/tree/legacy1) \ No newline at end of file +[The old, but stable and documented version is still available in this branch.](https://github.com/schlangster/cpp.react/tree/legacy1)