gotopy icon indicating copy to clipboard operation
gotopy copied to clipboard

Fix typo in README.md

Open baseplate-admin opened this issue 4 years ago • 0 comments

Hi there,

In your README.md you are using :: ( double colons ), where it should be : ( one colon ) after https to get proper redirects.

https:://github.com/go-python/gopy ⚔️  # Wrong
https://github.com/go-python/gopy 👌   # Correct

This pull request essentially fixes that.

baseplate-admin avatar Dec 26 '21 17:12 baseplate-admin