nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.57k stars 1.64k forks source link

Grammar and misc fixes to README #307

Closed davidcralph closed 5 years ago

davidcralph commented 5 years ago

Description Fixes some grammar issues related to the README file.

Compatibility Shouldn't break anything!

Caveats None that I know of.

davidcralph commented 5 years ago

Ran the commands, accidentally forgot to copy the e on the end of the first one. Is there any way I can fix this?

BcRikko commented 5 years ago

Umm... It's troublesome, so it's ok as it is 👍


If you want to do, it is the following command:

$ git rebase -i HEAD~4

# edit commit message

$ git commit --amend
$ git rebase --continue
davidcralph commented 5 years ago

no problem!

BcRikko commented 5 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: