Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 committed Mar 20, 2024
1 parent cfbd9d4 commit b9b79d7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Diamond

A read-only in-memory key/value storage optimized for maximum performance
[![Hex Version](https://img.shields.io/hexpm/v/diamond.svg)](https://hex.pm/packages/diamond)
[![License](https://img.shields.io/hexpm/l/diamond.svg)](https://github.com/APB9785/diamond/blob/master/LICENSE)
[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/diamond)

Diamond is a read-only in-memory key/value storage optimized for the fastest possible read times.

## Installation

Coming soon to Hex!
Add `:diamond` to your list of dependencies in `mix.exs`:
```elixir
defp deps do
[
{:diamond, "~> 0.1"}
]
end
```

## Usage

Expand Down

0 comments on commit b9b79d7

Please sign in to comment.