diff --git a/content/misc/_index.md b/content/misc/_index.md
index 5fe499c..2d44101 100644
--- a/content/misc/_index.md
+++ b/content/misc/_index.md
@@ -12,7 +12,7 @@ this is the place for my miscalleneous projects. Here you'll find a collection o
#### personal projects
- nyrids is a collection of closed source nlp models I am working on, either for fun (nimertes), research (melite), or work (panope).
- melite : solo research project into neurosymbolic ai using transformers and reinforcement learning methods.
- - nimertes : making a foundational llm from scratch in pytorch and then nim, a system's language.
+ - nimertes : making a transformer from scratch in pytorch and then nim, a system's language.
- panope : a foundational gpt based on the [nanogpt](https://github.com/aethrvmn/nanoGPT) architecture
#### university projects
- [super mario network](smddqn): implementing an agent to autonomously play super mario bros.