diff --git a/ReadMe.md b/ReadMe.md
index f4526a4..1b1da59 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -5,8 +5,7 @@ formatting numbers manually.
## Usage
- Host the script somewhere on your system.
- - Ensure you set the language for your HTML\
- (this will be essential with the first official release.)
+ - Ensure you set the language for your HTML element
- Add a script tag to your document head that has the `src` set to this script.\
The script tag must also be set to defer
- Surround any numbers you want formatting with ` .. ` tags.\
@@ -42,14 +41,25 @@ formatting numbers manually.
## TODO:
- Add support for currency formatting
- - Change language/locale to use document language tag.
- Check for optimisations
- If this becomes popular host to a CDN
+ - Change custom element\
+ Technically the WHATWG specifies that custom elements should be in
+ kebab case.
+
+## MightDO:
+ - Allow for setting locale for individual numbers.
- Automate releases that include a minified version\
I personally don't care for minified JS but some people love it\
This is an extremely low-priority task.
## Changelog
+ - 2022-10-08\
+ Get language from DOM
+ Robert Morrison \
+ - 2022-10-07{2}\
+ Add Logo\
+ Robert Morrison \
- 2022-10-07\
Initial Upload of basic script\
Robert Morrison \