Skip to content

Commit

Permalink
πŸ› FIX: Badges code
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 6, 2018
1 parent 70f2864 commit e9cf83d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ If your repo uses `EMOJI-LOG` then you can add any of the following badges to yo
<br>

![emoji-log](https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/flat.svg)

- **STYLE**: Flat Square
- **MARKDOWN**:

Expand All @@ -153,6 +154,7 @@ If your repo uses `EMOJI-LOG` then you can add any of the following badges to yo
<br>

![emoji-log](https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/flat-round.svg)

- **STYLE**: Flat Rounded
- **MARKDOWN**:

Expand All @@ -168,18 +170,18 @@ If your repo uses `EMOJI-LOG` then you can add any of the following badges to yo
<br>

![emoji-log](https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/non-flat-round.svg)

- **STYLE**: Non flat Rounded
- **MARKDOWN**:

```markdown
[![emoji-log](https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/notnflat-round.svg)
]``(**https**://github.com/ahmadawais/Emoji-Log/)`
- HTML: `<a

``hhtml
ref="https://github.com/ahmadawais/Emoji-Log/"><img alt="emoji-log" src="https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/notnflat-round.svg" /></a>
[![emoji-log](https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/non-flat-round.svg)](https://github.com/ahmadawais/Emoji-Log/)
```
- HTML:

```html
ref="https://github.com/ahmadawais/Emoji-Log/"><img alt="emoji-log" src="https://cdn.rawgit.com/ahmadawais/stuff/ca97874/emoji-log/non-flat-round.svg" /></a>
```

<br>

Expand Down

0 comments on commit e9cf83d

Please sign in to comment.