File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ Example ID: `user_MTI5Njg4Njg1MDQwODg5ODYx`
23
23
24
24
## Implementations
25
25
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 )
27
27
[ 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 )
28
30
29
31
## The ID
30
32
Original file line number Diff line number Diff line change 1
- # Pika
1
+ # pika
2
2
3
3
> Elixir implementation of Pika
4
4
@@ -8,7 +8,7 @@ Combining pragmatism with functionality
8
8
## Features
9
9
10
10
- Written in pure Elixir
11
- - Zero Dependencies
11
+ - Zero dependencies
12
12
13
13
## Installation
14
14
@@ -17,7 +17,7 @@ The package can be installed by adding `pika` to your list of dependencies in `m
17
17
``` elixir
18
18
def deps do
19
19
[
20
- {:pika , " ~> 0.1.0 " }
20
+ {:pika , " ~> 0.1" }
21
21
]
22
22
end
23
23
```
You can’t perform that action at this time.
0 commit comments