rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.51k stars 1.35k forks source link

Badge not working on github readme #270

Open Roshanjossey opened 7 years ago

Roshanjossey commented 7 years ago

I was trying to put slack badge on readme of my project

https://github.com/multunus/first-contributions/blob/master/README.md

I tried image tag in the readme

SVG (demo)

<img src="https://slack.yourdomain.com/badge.svg">

That didn't work. I tried the url slack.firstcontributons.com which also replied

server DNS address could not be found.

Nevertheless I could get it working with

[<img align="right" src="https://firstcontributions.herokuapp.com/badge.svg">](https://firstcontributions.herokuapp.com)

Is this a mistake in Readme or do I have a wrong understanding about it?