Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
07jasjeet authored Jan 27, 2024
1 parent e7efcca commit f57d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {


## Basic Usage of `AutoTypedDataStore` (Recommended)
`AutoTypedDataStore` has various preference creation functions that are backed by `Gson` serializer so that you don't have to write your own
`AutoTypedDataStore` has various preference creation functions that are backed by `TypeSafeDataStore` (see below) for type-safety and `Gson` serializer so that you don't have to write your own
serializers everytime.

To get Started, import the library by adding the following dependency.
Expand Down

0 comments on commit f57d3c0

Please sign in to comment.