diff --git a/README.md b/README.md
index 379c7c1..f321580 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,21 @@
# KristWeb v2
-**NOT YET READY FOR PRODUCTION.**
+
+
+
*This project is heavily under development. It is currently in the design
stages, meaning there is **no useful functionality yet***.
@@ -12,7 +27,7 @@
### Building
-```
+```sh
git clone https://github.com/tmpim/KristWeb2
cd KristWeb2
npm install
diff --git a/src/layouts/my-wallets/MyWalletsPage.tsx b/src/layouts/my-wallets/MyWalletsPage.tsx
index f15bcb3..2fe7164 100644
--- a/src/layouts/my-wallets/MyWalletsPage.tsx
+++ b/src/layouts/my-wallets/MyWalletsPage.tsx
@@ -81,7 +81,7 @@
password: "",
format: "kristwallet",
label: "Shop Wallet",
- address: "kreichdyes",
+ address: "k012345678",
balance: 15364,
names: 12,
category: "Shops",
@@ -92,7 +92,7 @@
password: "",
format: "kristwallet",
label: "Main Wallet",
- address: "khugepoopy",
+ address: "kabcdefghi",
balance: 1024,
names: 3,
firstSeen: new Date().toISOString()