Skip to content

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperimpose committed Apr 16, 2024
1 parent f64e730 commit 11abfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This library can be built with rebar3: ~$ rebar3 compile~
or you can include it in your projects as a dependency in rebar.config:
#+BEGIN_SRC erlang
{deps, [%% ... Other dependencies
{rebar, {git, "git@github.com:hyperimpose/bencode.git", {branch, "master"}}}]}.
{bencode, {git, "https://github.com/hyperimpose/bencode.git", {branch, "master"}}}]}.
#+END_SRC

** API Usage
Expand Down

0 comments on commit 11abfbc

Please sign in to comment.