From 78e97456751d3d1679122c68191340a870af3749 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Tue, 1 Jun 2021 07:49:01 +0000 Subject: [PATCH] Format code with standardjs and prettier --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ae1b298ca7..ff34b715f6 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Blurt is a public social blockchain. - - ## Compile without CI We've dramatically reduced the dependencies to compile blurt. @@ -50,7 +48,6 @@ cmake .. make -j$(nproc) blurtd cli_wallet ``` - ## Features - No Downvotes @@ -85,7 +82,6 @@ make -j$(nproc) blurtd cli_wallet We feel that all actions that impose costs should themselves have a cost, so that we can avoid becoming a garbage patch. - ## Software Development Work is ongoing in the `dev` branch.