From c15baeeedefbb1fcc31abd540ea7e2f1a92c3e7c Mon Sep 17 00:00:00 2001 From: Alexander Trotsenko Date: Tue, 6 Aug 2024 10:30:04 +0300 Subject: [PATCH] Fix GitHub description --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 83e8cb8..ec054df 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -6,7 +6,7 @@ An automated framework for executing these tools should be established very earl Source control is an absolute necessity for any software development project. If you are not using one yet, start using one. - * [GitHub](https://github.com/) - allows for unlimited public repositories, and unlimited private repositories with up to 3 collaborators. + * [GitHub](https://github.com/) - allows for unlimited public repositories, and unlimited private repositories with unlimited collaborators. * [Bitbucket](https://bitbucket.org/) - allows for unlimited private repositories with up to 5 collaborators, for free. * [SourceForge](http://sourceforge.net/) - open source hosting only. * [GitLab](https://gitlab.com/) - allows for unlimited public and private repositories, unlimited CI Runners included, for free.