-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix path to License file #70
Conversation
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.
Good catch!
Just a little question about the unrelated change
README.md
Outdated
@@ -14,7 +14,7 @@ Read the documentation at: https://symfony.com/bundles/TailwindBundle/current/in | |||
|
|||
Is this package useful? We're *thrilled* 😍! | |||
|
|||
A lot of time & effort from the Symfonycasts team & the Symfony community | |||
A lot of time and effort from the Symfonycasts team & the Symfony community |
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.
Is there any strong reason for changing & -> and here? I mean, & is the correct shortened version of and anyway, moreover later on this line we still have &. Any comments on this change?
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.
Ohh, my bad. That shouldn't have been there.
I will remove that in a bit.
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.
Sorted. Thank you!
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.
Beautiful, thank you for this fix!
Hi,
I hope all is well. I noticed that the license file path was incorrect, so I corrected the path to the LICENSE file in the README.md to ensure it links properly.
Thanks,
Cezar