Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Apr 20, 2017
1 parent 93691a7 commit f78ac1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

![](art/preview.png)

### Using with gradle
## Using with gradle
- Add the JitPack repository to your root build.gradle:
```gradle
repositories {
Expand All @@ -19,7 +19,7 @@ dependencies {
compile 'com.github.nekocode:Badge:{lastest-version}'
}
```
### Badge Types
## Badge Types

This library provides four types of badges with cliche customizations.

Expand All @@ -28,7 +28,11 @@ This library provides four types of badges with cliche customizations.
| **`TYPE_NUMBER`** | ![number](art/number.png) | **`TYPE_ONLY_ONE_TEXT`** | ![single](art/single_text.png) |
| **`TYPE_TWO_TEXT`** | ![two](art/two_text.png) | **`TYPE_TWO_TEXT_COMPLEMENTARY`** | ![complementary](art/two_text_complementary.png) |

### Usage
### Attributes

![](art/attributes.png)

## Usage

The above screenshot's example:

Expand Down
Binary file added art/attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f78ac1a

Please sign in to comment.