diff --git a/README.md b/README.md
index 0f7490d..3acf13d 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
Packard is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about.
+This is my first attempt at making something with Rust so that I may learn alongside creating something that I personally find useful.
+

## Configuration
@@ -49,7 +51,3 @@ news = [
After running Packard with your configured settings, the parsed results can be opened in your default browser however your terminal allows for opening URLs. For example the keybind for this with [Foot](https://codeberg.org/dnkl/foot#urls) is `ctrl` + `shift` + `o`.
Currently no keyboard interaction is implemented. To get around this you can pipe the output of Packard into a tool like `less` like so: `packard -c 12 -l news -s 3 | less`. Be aware, this will remove any text formatting that has been applied.
-
-## Notes
-
-For anyone who may or may not look at this, I am very new to Rust with this being my first project making use of it. So expect mistakes.