-
Notifications
You must be signed in to change notification settings - Fork 5
Update README.md Readability #1
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
base: main
Are you sure you want to change the base?
Conversation
The following information was difficult to follow and cluttered together with additional boxes. With the following change additional wording has been modified to provide clear context and repetition is reduced. Additionally added steps: to provide a clearer path what the user should take to outline them better, in case they are in a hurry and it makes it easier to follow. Changed directory example to its own codeblock, to make it stand out and clear.
|
||
<a href="https://docs.unrealengine.com/5.3/en-US/"> | ||
<img align="left" alt="Unreal Engine Template" src="https://img.shields.io/badge/Unreal%20Engine%20Template-black?style=for-the-badge&logo=unrealengine&logoColor=white&color=black&labelColor=black"> </a> | ||
|
||
<a href="https://choosealicense.com/licenses/unlicense/"> | ||
<img align="right" alt="License" src="https://img.shields.io/badge/License%20:%20Unlicense-black?style=for-the-badge&logo=unlicense&logoColor=white&color=black&labelColor=black"> </a> | ||
|
||
<br></br> | ||
</br> |
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.
In Github Markdown, there isn't a need to provide additional <br>
it can just be referenced as </br>
Opens and closes, though with it it requires that there is 1 space above and below on where it has been added.
|
||
# Guide | ||
|
||
----------------------------------------------------------------------- |
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.
I think the guide's <h1>
already splits it clearly enough so additional areas would clutter the information around it, instead I have used </br>
to separate them from the previous
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.
Everything after line 25, is improvement, and the first part is up for debate up to you to address.
The following information was difficult to follow and cluttered together with additional boxes. With the following change additional wording has been modified to provide clear context and repetition is reduced.
Additionally added steps: to provide a clearer path what the user should take to outline them better, in case they are in a hurry and it makes it easier to follow.
Changed directory example to its own codeblock, to make it stand out and clear.
Fixes
#2