Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Feb 13, 2022
1 parent 28d5855 commit d5c21a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
### Dependency

```groovy
implementation "com.chrynan.parcelable:parcelable-android:$VERSION"
implementation "com.chrynan.parcelable:parcelable-core:$VERSION"
```

## Usage
Expand Down Expand Up @@ -81,6 +81,11 @@ val myModel = parcelable.decodeFromParcel(parcel)
val myModel = parcelable.decodeFromBundle(bundle)
```

## Documentation

More detailed documentation is available in the [docs](docs) folder. The entry point to the documentation can be
found [here](docs/index.md).

## Sample

The `sample-android` module contains an Android App showcasing the use of this library and providing a means to test
Expand Down

0 comments on commit d5c21a4

Please sign in to comment.