From 0c1cf94b83225f31b0baa42d8aa85edd6bb01a87 Mon Sep 17 00:00:00 2001
From: Matthias Bernt <m.bernt@ufz.de>
Date: Sun, 24 Nov 2024 21:40:17 +0100
Subject: [PATCH] minor improvements

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7821bad..79c1512 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ Anaconda, Inc. has (rather silently) changed the terms of service ([TOS](https:/
 
 This raised some uncertainty regarding the use of conda. 
 
-This document tries to give you the needed background knowledge and a guidlines that allows you to easily and safely use the conda ecosystem (i.e. avoid the `defaults` channel).
+This document tries to give the needed background knowledge and a guideline that allows you to easily and safely use the free and open part of the conda ecosystem (i.e. avoid the `defaults` channel).
 
 ## Solution
 
-Bottom line is: Make sure that the `defaults` channel is not used. 
+Bottom line is: Make sure that the `defaults` channel is not used and use other (equivalent) channels like `conda-forge`.
 
 #### Double check which conda packages are installed:
 
-- 
GitLab