Skip to content

Commit 9f668e1

Browse files
committed
Update readme to match new branch names.
1 parent 16f2b81 commit 9f668e1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.
44

5-
* For the Cake 2.x version of this plugin, please use the repo's `master` branch.
6-
* For the Cake 1.3 version, use the `1.3` branch. (Note: we don't expect to actively maintain the 1.3 version. It's here because it started life as a 1.3 Shell.)
5+
* This is the Cake 2.x version of the plugin, which exists on the `cake-2.x` branch and is tracked by the `2.*` semver.
6+
* For the Cake 3.x version of this plugin, please use the repo's `master` branch. (semver `3.*`)
7+
* For the Cake 1.3 version, use the `cake-1.3` branch. (semver `1.*`) **Note:** we don't expect to actively maintain the 1.3 version. It's here because the project started life as a 1.3 Shell.
78

89

910
## Requirements
@@ -18,7 +19,7 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
1819

1920
or
2021

21-
`git submodule add https://github.com/loadsys/CakePHP-ConfigReadShell.git Plugin/ConfigRead`
22+
`git submodule add -b cake-2.x https://github.com/loadsys/CakePHP-ConfigReadShell.git Plugin/ConfigRead`
2223

2324

2425
## Usage

0 commit comments

Comments
 (0)