diff --git a/README.md b/README.md
index d4f49b9..c74eae0 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ Homework Manager
## Features:
- Easy creation of tasks and subjects
+- Creating separate views for work and school.
- Task due dates and linking to notes
- Clean and easy to navigate UI
@@ -34,44 +35,43 @@ Homework Manager
- Install through [Obsidian's Community Plugins](https://obsidian.md/plugins) and add directly to your vault.
## Usage
-
Open & close
+Press the `🕮` icon on the ribbon bar or run `Homework Manager: Open homework` to open.
-- Press the book icon on the ribbon bar to open.
-- Press the X or click outside the UI to close.
+### Views
+
+Views contain a collection of subjects and tasks. They act as a folder and can be added or removed by clicking the `v` dropdown button and then opening the `view manager`.
+
----
+### Subjects
+
+ Subjects can be added to your views. These are useful for sorting your tasks by categories.
-### Adding & removing Subjects
-
+**Create**
+- Create new subjects by clicking the `v` dropdown button and clicking `Add subject`
-Click the edit mode toggle in the top right to add new subjects or delete existing ones.
+**Remove**
+- Remove subjects by clicking the `✎` button and then the `-` button next to target subject.
-âš Removing a subject removes all tasks underneath it âš
+
----
+### Tasks
+
-### Adding & completing tasks
-
+**Creation**
-Click the + button next to a subject to add a new task under it. To complete, click the check box on the left of it.
+- **Add to a view:** press the `v` dropdown button and click `Add task`.
+- **Add to a subject:** Click the `+` button next to the subject.
-âš Completing a task cannot be undone âš
+ *âš Completing a task cannot be undone âš *
----
+**Options**
-### Adding due dates
-
+- **Due dates:** Due dates can be added to your tasks which will appear red when they are overdue.
+- **Linked files:** Tasks can be linked to notes within your vault. Click on the underlined task to be taken to the linked note.
-Upon creating a task, a due date can be added. Click the calendar icon to select a date. Due dates set before the current date will appear red.
-
-âš It is advised to press the calendar icon as missing any elements (`day`, `month`, `year`) will result in creation failure. âš
-
----
-
-### Linking notes
-
-
-Upon creating a task, a linked note can be added. Click on the task name to take you to the note.
+**Editing**
+- Editing a task can be done by clicking the `✎` button.
+
## Contributing
For more information on contributing, please see [development](./docs/development.md).