diff --git a/README.md b/README.md index d42a8ab..88baeda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Client side secure chat, based on [node.js](https://nodejs.org), [socket.io](https://socket.io/) and [asymmetric encryption](https://en.wikipedia.org/wiki/Public-key_cryptography) without open storage on server side. +![loginform](https://raw.githubusercontent.com/bezzad/SecureChat/master/login.png) + +![chatform](https://raw.githubusercontent.com/bezzad/SecureChat/master/chatform.png) ----------------------- ## How to use diff --git a/chatform.png b/chatform.png new file mode 100644 index 0000000..5f37cfa Binary files /dev/null and b/chatform.png differ diff --git a/login.png b/login.png new file mode 100644 index 0000000..7de6575 Binary files /dev/null and b/login.png differ diff --git a/src/package.json b/src/package.json index c9fcbd1..1f9d1ed 100644 --- a/src/package.json +++ b/src/package.json @@ -12,7 +12,7 @@ "chat", "system" ], - "author": "Elham Estedlali ", + "author": "Behzad Khosravifar ", "license": "GNU", "dependencies": { "@fortawesome/fontawesome-free": "^5.1.0",