Skip to content
Snippets Groups Projects
Commit 5e1bcc77 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

fix typo in readme


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 1db63316
No related branches found
No related tags found
No related merge requests found
......@@ -6,16 +6,16 @@ Repository of the [Jakarta.ee](https://jakarta.ee) website. Jakarta Enterprise E
## Contributing
1. Fork it! To contribute to this project, you need to [create a fork](https://help.github.com/articles/fork-a-repo/) of [jakartaee/jakartaee.github.io](https://github.com/jakartaee/jakartaee.github.io).
1. Fork it! To contribute to this project, please [create a fork](https://help.github.com/articles/fork-a-repo/) of [jakartaee/jakartaee.github.io](https://github.com/jakartaee/jakartaee.github.io).
2. Download source code with dependencies : `git clone --recursive https://github.com/[your_github_username]/jakartaee.github.io.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -m 'Add some feature' -s`
5. Push to the branch: `git push origin my-new-feature`
5. Push the feature branch: `git push origin my-new-feature`
6. Submit a pull request
## Bugs and feature requests
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/jakartaee/jakartaee.github.io/issues/new).
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/jakartaee/jakartaee.github.io/issues/new).
## Creators
......@@ -24,7 +24,6 @@ Have a bug or a feature request? Please first search for existing and closed iss
- <https://twitter.com/chrisguindon>
- <https://github.com/chrisguindon>
## Copyright and license
Code copyright 2018 the [jakartaee.github.io Authors](https://github.com/jakartaee/jakartaee.github.io/graphs/contributors) and [Eclipse Foundation, Inc.](https://www.eclipse.org) Code released under the [EPL-2.0 License](https://github.com/jakartaee/jakartaee.github.io/blob/src/LICENSE).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment