Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 3b55b73

Browse files
committed
Merge pull request #55 from Xerkus/hotfix/contributing-typo
Fix typo in contributing.md
2 parents 6bf0ced + af0c7b0 commit 3b55b73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ read/subscribe to the following resources:
1313
- ZF Contributor's IRC channel:
1414
#zftalk.dev on Freenode.net
1515

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).
1717

1818
## Reporting Potential Security Issues
1919

@@ -49,7 +49,7 @@ To run tests:
4949
- Clone the repository:
5050

5151
```console
52-
$ git clone [email protected]:zendframework/zend-service-manager.git
52+
$ git clone [email protected]:zendframework/zend-servicemanager.git
5353
$ cd
5454
```
5555

@@ -104,19 +104,19 @@ pull your work into the master repository. We recommend using
104104
[GitHub](https://github.com), as that is where the component is already hosted.
105105

106106
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)
108108
3. Clone the canonical repository locally and enter it.
109109

110110
```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
113113
```
114114

115115
4. Add a remote to your fork; substitute your GitHub username in the command
116116
below.
117117

118118
```console
119-
$ git remote add {username} [email protected]:{username}/zend-service-manager.git
119+
$ git remote add {username} [email protected]:{username}/zend-servicemanager.git
120120
$ git fetch {username}
121121
```
122122

@@ -179,7 +179,7 @@ Delta compression using up to 2 threads.
179179
Compression objects: 100% (18/18), done.
180180
Writing objects: 100% (20/20), 8.19KiB, done.
181181
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
183183
b5583aa..4f51698 HEAD -> master
184184
```
185185

0 commit comments

Comments
 (0)