diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 37783ef..1860a22 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -54,17 +54,18 @@
-
I'm currently reading through Linear Algebra Done Wrong, by Sergei Treil. I'm syncing my notes and problem set solutions to a
- public git repository here.
-
I'm working on a dotfile manager for people who want a dotfile manager, but don't want
- to manage dotfiles for their dotfile manager (in other words, minimal configuration.
- See suckless.)
+ to manage dotfiles for their dotfile manager (in other words, with minimal
+ configuration).
- I'm still trying to understand Haskell.