From 359755901d04ccd03b24c6868394ebd3755feaa2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 30 Apr 2018 09:15:00 -0600 Subject: [PATCH] update sponsorship --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 26c58c3..a6a79d9 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,7 @@ - - -About Daplie: We're taking back the Internet! --------------- - -Down with Google, Apple, and Facebook! - -We're re-decentralizing the web and making it read-write again - one home cloud system at a time. - -Tired of serving the Empire? Come join the Rebel Alliance: - -jobs@daplie.com | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone - - - # le-store-SPEC +| Sponsored by [ppl](https://ppl.family) | [greenlock.js](https://git.coolaj86.com/coolaj86/greenlock.js) | + The reference implementation, specification, template, and tests for creating an le-store- strategy. The reference implementation is completely in-memory. @@ -39,7 +26,7 @@ git clone git@github.com:AwesomeDB/le-store-awesome.git pushd le-store-awesome # IMPORTANT: we pull in the 'template' branch, which has the skeleton code -git pull https://github.com/Daplie/le-store-SPEC.git template +git pull https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git template git push ``` @@ -47,7 +34,7 @@ git push Or, if you already have some code and just need to merge in the tests: ```bash -git pull https://github.com/Daplie/le-store-SPEC.git tests +git pull https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git tests ``` Next, Just run the tests