From 939da1ba6885c3a3fc7c1bb21d65484dcd2d0313 Mon Sep 17 00:00:00 2001 From: Jesse Gardner Date: Sat, 17 Apr 2021 17:43:11 -0700 Subject: [PATCH] minor changes to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c74ac3..50019f2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ That's it! ## Is this really 3000 lines of Bash? In 2021?! -Yep! I am aware that more popular, modern scripting languages like python exist, but Bash is more than sufficiently capable for a project of this nature. The reason I chose it specifically for this project was as an opportunity to further develop my Bash skills. Similarly, the lv_api_do helper application is written in C rather than Python (for which libvirt API bindings exist) because I hadn't written any C in a long time and it was an opportunity to re-familiarize myself with the language. +Yep! I am aware that more popular, modern scripting languages like Python exist, but Bash is more than sufficiently capable for a project of this nature. The reason I chose it specifically was as an opportunity to further develop my Bash skills. Similarly, the lv_api_do helper application is written in C rather than Python (for which libvirt API bindings exist) because I hadn't written any C in a long time and it was an opportunity to re-familiarize myself with the language. # EXAMPLES