Skip to content

Commit

Permalink
Fix two teeny typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjefferson08 authored and bbatsov committed Jun 11, 2024
1 parent 4286cee commit ad32bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The API is documented in great detail [here](https://github.com/nrepl/bencode/bl

The main functions in the API are:

* `read-netsring`
* `read-netstring`
* `write-nestring`
* `read-bencode`
* `write-bencode`
Expand Down Expand Up @@ -108,7 +108,7 @@ Here are some usage examples for each of the functions available:
=> "d3:foo3:bare"
```

Additionally, you can check this [document](https://github.com/nrepl/nrepl/blob/master/test/clojure/nrepl/bencode_test.clj) to learn more about it's usage.
Additionally, you can check this [document](https://github.com/nrepl/nrepl/blob/master/test/clojure/nrepl/bencode_test.clj) to learn more about its usage.

## Use Cases

Expand Down

0 comments on commit ad32bfb

Please sign in to comment.