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)