From 7c7223bd6d30faae3c55dfde9df9fa406656ef11 Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Sat, 10 Apr 2021 18:47:52 -0700 Subject: [PATCH] Added link to Quoracle publication. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 435cea5..bd504cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Quoracle Quoracle is a library for constructing and analyzing [read-write quorum systems](https://scholar.google.com/scholar?cluster=4847365665094368145). Run `pip install quoracle` and then follow along with the tutorial below to get -started. +started. You can find more information on Quoracle in our [PaPoC '21 +paper](https://mwhittaker.github.io/publications/quoracle.pdf). ## Tutorial ### Quorum Systems