Skip to content

Commit 79a8fe1

Browse files
committed
add new implementations to readme
1 parent a06012d commit 79a8fe1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ Example ID: `user_MTI5Njg4Njg1MDQwODg5ODYx`
2323

2424
## Implementations
2525

26-
[JS (TypeScript)](https://github.com/hopinc/pika/tree/main/impl/js) - Fully typed, optimized, 0 deps
26+
[JS (TypeScript)](https://github.com/hopinc/pika/tree/main/impl/js)
2727
[Rust](https://github.com/hopinc/pika/tree/main/impl/rs)
28+
[Elixir](https://github.com/hopinc/pika/tree/main/impl/ex)
29+
[C#](https://github.com/hopinc/pika/tree/main/impl/csharp)
2830

2931
## The ID
3032

impl/ex/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pika
1+
# pika
22

33
> Elixir implementation of Pika
44
@@ -8,7 +8,7 @@ Combining pragmatism with functionality
88
## Features
99

1010
- Written in pure Elixir
11-
- Zero Dependencies
11+
- Zero dependencies
1212

1313
## Installation
1414

@@ -17,7 +17,7 @@ The package can be installed by adding `pika` to your list of dependencies in `m
1717
```elixir
1818
def deps do
1919
[
20-
{:pika, "~> 0.1.0"}
20+
{:pika, "~> 0.1"}
2121
]
2222
end
2323
```

0 commit comments

Comments
 (0)