From d5c21a4c4de258be9b1531f97549f882823230bb Mon Sep 17 00:00:00 2001 From: Christopher Keenan Date: Sun, 13 Feb 2022 16:26:54 -0600 Subject: [PATCH] Updated README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c3692..e0ab5b2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ repositories { ### Dependency ```groovy -implementation "com.chrynan.parcelable:parcelable-android:$VERSION" +implementation "com.chrynan.parcelable:parcelable-core:$VERSION" ``` ## Usage @@ -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