Skip to content

Commit

Permalink
Fix typo in documentation link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed Jan 3, 2017
1 parent c618c0c commit b8cc642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![docs.rs](https://docs.rs/lru/badge.svg)](https://docs.rs/lru/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jeromefroe/lru-rs/master/LICENSE)

[Documentation](https://docs.rs/bloom_filter/)
[Documentation](https://docs.rs/lru/)

An implementation of a LRU cache. The cache supports `put`, `get`, and `pop` operations,
all of which are O(1). This crate was heavily influenced by the
Expand Down

0 comments on commit b8cc642

Please sign in to comment.