diff --git a/README.md b/README.md
index cbc77b9..f043a3e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
-# shark
+# Shark!
Desktop music management application written in Typescript.
+## Inspiration
+
+Inspired by [this post on X](https://x.com/tehmondspartan/status/1972011472265118148), and the functionality of Deemix, written from the ground up for Tauri's webwiew without the Node.js dependency. Instead it has much more specific dependencies :)
+
+
## Tech Stack
- [Tauri 2](https://v2.tauri.app/start/) (desktop runtime)
@@ -45,8 +50,6 @@ bun run tauri build
bun run check
```
-## How It Works
-
### Architecture
```
diff --git a/src/lib/ToolBar.svelte b/src/lib/ToolBar.svelte
index f7ba870..4b4575c 100644
--- a/src/lib/ToolBar.svelte
+++ b/src/lib/ToolBar.svelte
@@ -69,10 +69,10 @@
Now Playing
-
+
diff --git a/src/lib/components/SearchResultsTable.svelte b/src/lib/components/SearchResultsTable.svelte
new file mode 100644
index 0000000..ce7cd9d
--- /dev/null
+++ b/src/lib/components/SearchResultsTable.svelte
@@ -0,0 +1,94 @@
+
+
+