Browse Source

Update readme, point to the cpp11 branch, remove original website link as it is just spam.

Michael Ragazzon 6 years ago
parent
commit
2c31b64999
1 changed files with 3 additions and 3 deletions
  1. 3 3
      readme.md

+ 3 - 3
readme.md

@@ -2,12 +2,12 @@
 
 
 Documentation at https://barotto.github.io/libRocketDoc/
 Documentation at https://barotto.github.io/libRocketDoc/
 
 
-Original website at http://librocket.com
-
 
 
 ## Fork features
 ## Fork features
 
 
-This fork contains some additional features over the [original libRocket branch](https://github.com/libRocket/libRocket), briefly documented here. Some of the new features utilize features from C++17, thus, a C++17-compliant compiler should be used.
+This fork contains some additional features over the [original libRocket branch](https://github.com/libRocket/libRocket), briefly documented here. 
+
+Some of the new features utilize features from C++17, thus, a C++17-compliant compiler should be used. For users that need support for older compilers, there is a (less maintained) C++11 version in the cpp11 branch.
 
 
 
 
 ## Transform property
 ## Transform property