From 9bb0c60c63c48276efa60b2786a6a3cc0380d585 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 17 Sep 2018 13:43:57 -0700 Subject: [PATCH] README: add whitepaper link The white paper is helpful and not linked from the Github README which will be a primary landing spot for folks discovering the project. --- kmod/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kmod/README.md b/kmod/README.md index 9b72a2e2..7cb77e01 100644 --- a/kmod/README.md +++ b/kmod/README.md @@ -16,6 +16,8 @@ It meets best of breed expectations: * Atomic transactions to maintain consistent persistent structures * First class kernel implementation for high performance and low latency * Open GPLv2 implementation + +Learn more in the [white paper](https://docs.wixstatic.com/ugd/aaa89b_88a5cc84be0b4d1a90f60d8900834d28.pdf). # Current Status