@@ -13,7 +13,7 @@ read/subscribe to the following resources:
13
13
- ZF Contributor's IRC channel:
14
14
#zftalk.dev on Freenode.net
15
15
16
- If you are working on new features or refactoring [ create a proposal] ( https://github.com/zendframework/zend-service-manager /issues/new ) .
16
+ If you are working on new features or refactoring [ create a proposal] ( https://github.com/zendframework/zend-servicemanager /issues/new ) .
17
17
18
18
## Reporting Potential Security Issues
19
19
@@ -49,7 +49,7 @@ To run tests:
49
49
- Clone the repository:
50
50
51
51
``` console
52
- $ git clone [email protected] :zendframework/zend-service-manager .git
52
+ $ git clone [email protected] :zendframework/zend-servicemanager .git
53
53
$ cd
54
54
```
55
55
@@ -104,19 +104,19 @@ pull your work into the master repository. We recommend using
104
104
[ GitHub] ( https://github.com ) , as that is where the component is already hosted.
105
105
106
106
1 . Setup a [ GitHub account] ( http://github.com/ ) , if you haven't yet
107
- 2 . Fork the repository (http://github.com/zendframework/zend-service-manager )
107
+ 2 . Fork the repository (http://github.com/zendframework/zend-servicemanager )
108
108
3 . Clone the canonical repository locally and enter it.
109
109
110
110
``` console
111
- $ git clone git://github.com:zendframework/zend-service-manager .git
112
- $ cd zend-service-manager
111
+ $ git clone git://github.com:zendframework/zend-servicemanager .git
112
+ $ cd zend-servicemanager
113
113
```
114
114
115
115
4 . Add a remote to your fork; substitute your GitHub username in the command
116
116
below.
117
117
118
118
``` console
119
- $ git remote add {username} [email protected] :{username}/zend-service-manager .git
119
+ $ git remote add {username} [email protected] :{username}/zend-servicemanager .git
120
120
$ git fetch {username}
121
121
```
122
122
@@ -179,7 +179,7 @@ Delta compression using up to 2 threads.
179
179
Compression objects: 100% (18/18), done.
180
180
Writing objects: 100% (20/20), 8.19KiB, done.
181
181
Total 20 (delta 12), reused 0 (delta 0)
182
- To ssh://[email protected] /{username}/zend-service-manager .git
182
+ To ssh://[email protected] /{username}/zend-servicemanager .git
183
183
b5583aa..4f51698 HEAD -> master
184
184
```
185
185
0 commit comments