From 08e57e92fd7be9eeaa2811089f51903ff3b13f80 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Sun, 20 Apr 2025 14:44:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfffba6..87b56ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # fern -A shell program for Unix based operating systems. This is mostly a pet project, still largely a work in progress, though it is being designed with end-users in mind. Will add more to this readme as features are implemented. +A shell program written in Rust for Unix based operating systems. This is mostly a pet project, still largely a work in progress, though it is being designed with end-users in mind. Will add more to this readme as features are implemented.