From 328d172eff9187db4a6bd4f0f1c9821ca6b212f0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 30 Mar 2021 23:16:47 +0200 Subject: [PATCH] Switch up order and change easy wording --- data/benefits.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/benefits.json b/data/benefits.json index d08d598..642ee6c 100644 --- a/data/benefits.json +++ b/data/benefits.json @@ -1,6 +1,10 @@ [ { - "left": "easy", + "left": "Collaborative", + "right": "Open development process, centred on libre software licenses, community governance and a configuration commons." + }, + { + "left": "simple", "right": "Quick, flexible, and intuitive with low resource requirements, minimal overhead, and extensive documentation." }, { @@ -10,9 +14,5 @@ { "left": "transparent", "right": "Following established open standards, best practices, and builds on existing tools." - }, - { - "left": "Collaborative", - "right": "Open development process, centred on libre software licenses, community governance and a configuration commons." } ]