diff --git a/README.md b/README.md
index aaf0f24..196529f 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ python server.py
| Name | Description | Required [Modules](#modules) | Screenshot |
| ---------------- | ---------------------------------| ---------------------------- | ---------- |
| Image Captioning | Send a cute picture to your bot!
Picture select option will appear beside "Message send" button. | `caption` |
|
-| Character Expressions | See your character reacting to your messages!
**You need to provide your own character images!**
1. Create a folder in TavernAI called `public/characters/`, where `` is a name of your character.
2. For base emotion classification model, put six PNG files there with the following names: `joy.png`, `anger.png`, `fear.png`, `love.png`, `sadness.png`, `surprise.png`. Other models may provide another options.
3. Images only display in desktop mode. | `classify` |
|
-| Memory | Chatbot long-term memory simulation using automatic message context summarization. | `summarize` | Not yet |
+| Character Expressions | See your character reacting to your messages!
**You need to provide your own character images!**
1. Create a folder in TavernAI called `public/characters/`, where `` is a name of your character.
2. For base emotion classification model, put six PNG files there with the following names: `joy.png`, `anger.png`, `fear.png`, `love.png`, `sadness.png`, `surprise.png`. Other models may provide another options.
3. Images only display in desktop mode. | `classify` |
|
+| Memory | Chatbot long-term memory simulation using automatic message context summarization. | `summarize` |
|
## Modules