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

Commit

Permalink
Merge pull request #55 from Xerkus/hotfix/contributing-typo
Browse files Browse the repository at this point in the history
Fix typo in contributing.md
  • Loading branch information
GeeH committed Dec 11, 2015
2 parents 6bf0ced + af0c7b0 commit 3b55b73
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ read/subscribe to the following resources:
- ZF Contributor's IRC channel:
#zftalk.dev on Freenode.net

If you are working on new features or refactoring [create a proposal](https://github.com/zendframework/zend-service-manager/issues/new).
If you are working on new features or refactoring [create a proposal](https://github.com/zendframework/zend-servicemanager/issues/new).

## Reporting Potential Security Issues

Expand Down Expand Up @@ -49,7 +49,7 @@ To run tests:
- Clone the repository:

```console
$ git clone git@github.com:zendframework/zend-service-manager.git
$ git clone git@github.com:zendframework/zend-servicemanager.git
$ cd
```

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

1. Setup a [GitHub account](http://github.com/), if you haven't yet
2. Fork the repository (http://github.com/zendframework/zend-service-manager)
2. Fork the repository (http://github.com/zendframework/zend-servicemanager)
3. Clone the canonical repository locally and enter it.

```console
$ git clone git://github.com:zendframework/zend-service-manager.git
$ cd zend-service-manager
$ git clone git://github.com:zendframework/zend-servicemanager.git
$ cd zend-servicemanager
```

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

```console
$ git remote add {username} git@github.com:{username}/zend-service-manager.git
$ git remote add {username} git@github.com:{username}/zend-servicemanager.git
$ git fetch {username}
```

Expand Down Expand Up @@ -179,7 +179,7 @@ Delta compression using up to 2 threads.
Compression objects: 100% (18/18), done.
Writing objects: 100% (20/20), 8.19KiB, done.
Total 20 (delta 12), reused 0 (delta 0)
To ssh://git@github.com/{username}/zend-service-manager.git
To ssh://git@github.com/{username}/zend-servicemanager.git
b5583aa..4f51698 HEAD -> master
```

Expand Down

0 comments on commit 3b55b73

Please sign in to comment.