Skip to content

Commit 5e51e51

Browse files
Fixed Typo on CODE_OF_CONDUCT and CONTRIBUTING
1 parent 879df38 commit 5e51e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Moon Autoloader code of conduct is derived from the Ruby code of conduct. Any violations of the code of conduct may be reported to Damiano Petrungaro (damianopetrungaro@gmail.com).
1+
The Moon Container code of conduct is derived from the Ruby code of conduct. Any violations of the code of conduct may be reported to Damiano Petrungaro (damianopetrungaro@gmail.com).
22

33
- Participants will be tolerant of opposing views.
44

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The contribution guideline is derived from the SlimPHP contribution guideline
44

55
## Pull Requests
66

7-
1. Fork the Moon Autoloader repository
7+
1. Fork the Moon Container repository
88
2. Create a new branch for each feature or improvement
99
3. Send a pull request from each feature branch to the **develop** branch
1010

@@ -19,6 +19,6 @@ All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig
1919

2020
## Unit Testing
2121

22-
All pull requests must be accompanied by passing unit tests and complete code coverage. The Moon Autoloader uses phpunit for testing.
22+
All pull requests must be accompanied by passing unit tests and complete code coverage. The Moon Container uses phpunit for testing.
2323

2424
[Learn about PHPUnit](https://github.com/sebastianbergmann/phpunit/)

0 commit comments

Comments
 (0)