From 24cb1e449c83af8e89a5a99c6cc14264144425ce Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Wed, 30 Aug 2023 10:14:50 -0400 Subject: [PATCH] Update README.md accidentally had a different one of my projects on my mind. corrected instances of Stubby to rFile --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3636fbb..8b45877 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Stubby - Simple File and Text Sharing +# rFile - Simple File and Text Sharing -Stubby is a simple yet powerful file and text sharing web service built using Rust and Rocket. Inspired by the functionality of Pastebin and Gist, Stubby aims to provide a similar experience with additional support for file uploads. +rFile is a simple yet powerful file and text sharing web service built using Rust and Rocket. Inspired by the functionality of Pastebin and Gist, rFile aims to provide a similar experience with additional support for file uploads. -🚀 **Why Stubby?** +🚀 **Why rFile?** - Responsive UI - File and text snippet uploads @@ -20,13 +20,13 @@ Stubby is a simple yet powerful file and text sharing web service built using Ru 1. Clone the repository: ```bash - git clone https://github.com/Nivirx/Stubby.git + git clone https://github.com/Nivirx/rFile.git ``` 2. Navigate into the project directory: ```bash - cd Stubby + cd rFile ``` 3. Build and run the application using Cargo: @@ -44,7 +44,7 @@ Stubby is a simple yet powerful file and text sharing web service built using Ru And then run the resulting binary: ```bash - ./target/release/stubby + ./target/release/rFile ``` ## Usage @@ -58,7 +58,7 @@ Open your web browser and navigate to `http://localhost:8000` (or the port you c ## Dependencies -Stubby relies on the following dependencies as listed in the `Cargo.toml`: +rFile relies on the following dependencies as listed in the `Cargo.toml`: - Rocket - (other dependencies, if any)