diff --git a/README.md b/README.md
index d9f3382..2318ea1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,7 @@
-# EG
+# mem
## Description
-This repository contains eg or "for example" files. That includes this README and LICENSE.
-`~/eg`is a $HOME directory for me and is marked as an XDG template folder.
-This allows you to easily create files from "templates" on a desktop.
-It also serves as a filepath `~/eg` for scripts and automation.
+Simple memory allocator with exceptions written in C.
## Table of Contents
@@ -14,16 +11,12 @@ It also serves as a filepath `~/eg` for scripts and automation.
- [Credits / Resources](#credits--resources)
- [License](#license)
-## Features
-+ Easy to copy.
-+ Defaults to revert to.
-+ Templates for easy productivity.
-
+## Features / TODOS
+- [x] Exceptions to handle OOM however you want.
+- [x] Try/Catch
+- [ ] NEW and NEW0 macros
## Usage
-Just copy and paste into your projects.
-/dev - Files used in development.
-/dot - Files used in configuration.
## Credits / Resources
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)