aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 78c4a7d..f2b92b1 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@ I've heard that Java Swing has a native HTML rendering component. I hope to enti
- As a user, I want to be able to construct a structural representation of an HTML file.
- As a user, I want to be able to construct a structural representation of a CSS file.
-- As a user, I want to be able to add multiple Nodes to an HTML file.
-- As a user, I want to be able to open and render an arbitrary HTML file.
+- As a user, I want to be able to add multiple tabs to a list of open tabs.
+- As a user, I want to be able to view a rendering of an arbitrary HTML file.
+
+- As a user, I want to be given the option to save my currently open tabs to disk when quitting.
+- As a user, I want to be given the option to restore my previous tabs upon relaunching the application.
## credits