Skip to content

Commit 61a93e0

Browse files
authored
add reference to the blog post
1 parent 111e8d2 commit 61a93e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ fn main() {
3232
// extract the final results.
3333
let reachable: Vec<(u32,u32)> = variable.complete();
3434
}
35-
```
35+
```
36+
37+
If you'd like to read more about how it works, check out [this blog post](https://github.com/frankmcsherry/blog/blob/master/posts/2018-05-19.md).

0 commit comments

Comments
 (0)