Skip to content

Commit

Permalink
Merge pull request #7 from raphasampaio/feature/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
raphasampaio authored Aug 16, 2024
2 parents 194e459 + 98a97c6 commit d376210
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
# SharedPreferences.jl

<div align="center">
<a href="https://raphasampaio.github.io/SharedPreferences.jl/stable">
<img src="https://img.shields.io/badge/docs-stable-blue.svg" alt="Stable">
</a>
<a href="https://raphasampaio.github.io/SharedPreferences.jl/dev">
<img src="https://img.shields.io/badge/docs-dev-blue.svg" alt="Dev">
</a>
<a href="https://github.com/JuliaTesting/Aqua.jl">
<img src="https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg" alt="Coverage"/>
</a>
<br>
<a href="https://juliahub.com/ui/Packages/General/SharedPreferences">
<img src="https://juliahub.com/docs/General/SharedPreferences/stable/version.svg" alt="Version"/>
</a>
<a href="https://github.com/raphasampaio/SharedPreferences.jl/actions/workflows/CI.yml">
<img src="https://github.com/raphasampaio/SharedPreferences.jl/actions/workflows/CI.yml/badge.svg" alt="CI"/>
</a>
<a href="https://codecov.io/gh/raphasampaio/SharedPreferences.jl">
<img src="https://codecov.io/gh/raphasampaio/SharedPreferences.jl/branch/main/graph/badge.svg" alt="Coverage"/>
</a>
</div>
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://raphasampaio.github.io/SharedPreferences.jl/stable)
[![CI](https://github.com/raphasampaio/SharedPreferences.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/raphasampaio/SharedPreferences.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/raphasampaio/SharedPreferences.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/raphasampaio/SharedPreferences.jl)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Introduction
SharedPreferences.jl is a Julia package that provies a persistent storage of simple data. Based on the popular Dart package, it supports asynchronous disk persistence, offering flexibility and ease of use for storing non-critical data.
Expand Down

0 comments on commit d376210

Please sign in to comment.