Skip to content

Commit 83c67f6

Browse files
Update README.md
1 parent dc32656 commit 83c67f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#DataStoreKTX
1+
# DataStoreKTX
22

33
English | [中文](README_ZH.md)
44

5-
[![](https://www.jitpack.io/v/DylanCaiCoding/MMKV-KTX.svg)](https://www.jitpack.io/#DylanCaiCoding/DataStoreKTX-KTX)
5+
[![](https://www.jitpack.io/v/DylanCaiCoding/DataStoreKTX.svg)](https://www.jitpack.io/#DylanCaiCoding/DataStoreKTX-KTX)
66
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://github.com/DylanCaiCoding/DataStoreKTX/blob/master/LICENSE)
77

88
[Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) is a data storage solution that uses Kotlin Coroutines or RxJava to store data in an asynchronous manner with consistent transaction methods. Its usage is different from other storage solutions such as SharedPreferences and MMKV, making it more special. Therefore, there are not many good DataStore encapsulations available online. I have done a lot of exploration and attempts and finally developed a very satisfactory set of usage methods, which I hope can help everyone.
@@ -181,4 +181,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
181181
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
182182
See the License for the specific language governing permissions and
183183
limitations under the License.
184-
```
184+
```

0 commit comments

Comments
 (0)