-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the README.md #6
base: master
Are you sure you want to change the base?
Conversation
Documentation done with Markdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things I think should be adjusted
README.md
Outdated
MIT | ||
|
||
|
||
**Free Software, Hell Yeah!** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
README.md
Outdated
|
||
|
||
|
||
### Todos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the 'todos' section
README.md
Outdated
|
||
```php | ||
Auth with the API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the descriptions in the PHP block comments
README.md
Outdated
|
||
`composer require joestrong/retroachievements` | ||
- RetroAchievements composer package is completely open sourced. Any [contribution](https://github.com/joestrong/retroachievements-composer/#contribute) is highly appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May as well remove the contribute link until there are contribution guidelines
README.md
Outdated
|
||
Install with: | ||
RetroAchievements composer Package is a ...................................................... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the description:
"RetroAchievements composer Package is a simple wrapper around the RetroAchievements.org API written in PHP"
README.md
Outdated
@@ -1,12 +1,26 @@ | |||
## RetroAchievements composer package | |||
[![N|Solid](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRAhk6glux07Qv-MJHXlBmK8LQ0gKALFPp2Yc_UTMGd9AMR_gRLKg)]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the composer image?
README.md
Outdated
|
||
# Installation | ||
|
||
RetroAchievements composer package requires [Composer](https://composer.org/) to run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can your remove this sentence
README.md
Outdated
|
||
RetroAchievements composer package requires [Composer](https://composer.org/) to run. | ||
|
||
#### Install the dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can your remove this sentence (this is the package to install, it's not its own dependency)
Reviews attended to. Kindly validate
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you address the 2 changes I've suggested.
Also:
- Under the 'Methods' heading, the text above each bit of code is being interpreted in the php block. Can the text be either comments in the php block, or split up the code block?
- You can re-add the 'Licence' heading, with just 'MIT'
README.md
Outdated
# RetroAchievements composer package | ||
```sh | ||
/* RetroAchievements composer Package is a simple wrapper around the RetroAchievements.org API written in PHP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be just a regular sentence (no bash syntax/comment)
README.md
Outdated
# Open Source | ||
|
||
- RetroAchievements composer package is completely open sourced. Any [contribution](https://github.com/joestrong/retroachievements-composer/#contribute) is highly appreciated. | ||
- RetroAchievements composer package is completely open sourced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the bullet point
Suggested changes made and MIT License re-added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you amend the description?
Then once that's done, are you able to rebase the changes on to the latest version of the develop branch?
README.md
Outdated
@@ -1,12 +1,22 @@ | |||
## RetroAchievements composer package | |||
# RetroAchievements composer package | |||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the bash markup around the description?
Can you pull the latest develop branch and rebase your changes onto there? |
Documentation done with Markdown.
The description was left out blank.
kindly drop the description of the package here and i will update it as soon as possible.