Skip to content

Commit ab3ff64

Browse files
author
Martin Brecht-Precht
committedApr 18, 2016
Updated the readme.
1 parent 548c3e0 commit ab3ff64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ phpunit --bootstrap vendor/autoload.php --configuration phpunit.xml.dist
9797

9898
## Full example
9999

100-
Here’s an example workflow for `php-oath-server-suite` hosted on Github, which is currently in version 2.0.x. Your username is `yourname` and you’re submitting a basic bugfix.
100+
Here’s an example workflow for `php-oath-server-suite` hosted on Github, which is currently in version 3.0.12. Your username is `yourname` and you’re submitting a basic bugfix.
101101

102102
### Preparing your Fork
103103

@@ -112,7 +112,7 @@ git clone git@github.com:yourname/php-oath-server-suite
112112

113113
```
114114
cd php-oath-server-suite
115-
git checkout -b foo-the-bars 2.0
115+
git checkout -b fix-issue-269 3.0.12
116116
```
117117

118118
### Making your Changes

0 commit comments

Comments
 (0)
Please sign in to comment.