Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlin committed Nov 19, 2013
1 parent 7371b8a commit 29d5419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ofxBox2d

Introduction
------------
This is a simple wrapper for box2d using Openframeworks. The examples below are still in progressive, but should be stable for the most part. Please open up a issue if you have suggestions or find bugs.
This is a simple wrapper for box2d using Openframeworks. The examples below are still in progressive, but should be stable for the most part. Please open up a issue if you have suggestions or find bugs. The wrapper is using the version Box2D v3.2

Thanks,
Todd
Expand All @@ -28,11 +28,11 @@ ofxBox2d is developed against the current version of OpenFramewroks.

If you are using a stable version (007, 0071, ...) of OpenFrameworks then you want to use a git tag of ofxBox2d for that version. You can select the tag in the Github "Current Branch" menu or clone and check it out using git.

For example, the following commands will clone ofxBox2d and switch to the OF 007 tagged version:
For example, the following commands will clone ofxBox2d and switch to the OF 008 tagged version:
<pre>
git clone git://github.com/vanderlin/ofxBox2d.git
cd ofxBox2d
git checkout 007
git checkout 008
</pre>


Expand Down

0 comments on commit 29d5419

Please sign in to comment.