Skip to content

Commit 9d8d4e6

Browse files
Modification in Readme file
1 parent d07e1a3 commit 9d8d4e6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## ReactPhysics3D
22

3-
![Logo ReactPhysics3DLogo](https://github.com/DanielChappuis/reactphysics3d/blob/master/documentation/UserManual/images/ReactPhysics3DLogo.png)
4-
53
ReactPhysics3D is an open source C++ physics engine library that can be used in 3D simulations and games.
64

75
Website : [http://www.reactphysics3d.com](http://www.reactphysics3d.com)
@@ -37,6 +35,12 @@ The ReactPhysics3D library is released under the open-source [ZLib license](http
3735

3836
You can find the User Manual and the Doxygen API Documentation [here](http://www.reactphysics3d.com/documentation.html)
3937

38+
## Branches
39+
40+
The "master" branch always contains the last released version of the library. This is the most stable version. On the other side,
41+
the "develop" branch is used for development. This branch is frequently updated and can be quite unstable. Therefore, if you want to use the library in
42+
your application, it is recommended to checkout the "master" branch.
43+
4044
## Issues
4145

4246
If you find any issue with the library, you can report it on the issue tracker [here](https://github.com/DanielChappuis/reactphysics3d/issues).

0 commit comments

Comments
 (0)