Skip to content

Commit

Permalink
Add dependencies to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
esnaultdev committed Jan 5, 2021
1 parent c1c946f commit d82a233
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ Visit the [website](http://www.wanakana.com) to see WanaKana in action (JS versi

## Usage

TODO Deploy the libraries to JCenter.
```
// Android bindings
implementation 'dev.esnault.wanakana:wanakana-android:1.0.0'
// Conversion and detection
// You don't need to include this if you use wanakana-android.
implementation 'dev.esnault.wanakana:wanakana-core:1.0.0'
```

## Documentation

Expand Down

0 comments on commit d82a233

Please sign in to comment.