nixawk / pentest-wiki

PENTEST-WIKI is a free online security knowledge library for pentesters / researchers. If you have a good idea, please share it with others.
MIT License
3.44k stars 917 forks source link

Fixed URL Encoding in README.md #15

Closed tomumk closed 7 years ago

tomumk commented 7 years ago

Spaces were breaking the 'badge' .svgs URLs. Replaced ' ' with '%20'

nixawk commented 7 years ago

Thanks @tomumk. Good patch.