diff --git a/README.md b/README.md index 86a0d43..595fe73 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ It works on web users’ computers — even when they are offline and allows you * [Update CSS variables](https://github.com/Cybros/JavaScriptProjects/tree/master/change-css-with-js) with JS * Make a [flying color changing butterfly](https://github.com/Cybros/JavaScriptProjects/tree/master/Butterfly_) with JS using the Canavas Api. * Make a web based [Drum](https://github.com/Cybros/JavaScriptProjects/tree/master/drums) with sounds and keyboard input using JS +* Make a **[Virtual Debit Card](https://github.com/Cybros-LNMIIT/JavaScriptProjects/tree/master/Virtual%20Debit%20Card)** using the js ### Intermediate Level Projects * Make a script which autofills common signup fields using random data diff --git a/Virtual Debit Card/README.md b/Virtual Debit Card/README.md index 6c68994..1b0b6b3 100644 --- a/Virtual Debit Card/README.md +++ b/Virtual Debit Card/README.md @@ -43,6 +43,6 @@ I use here :-- * HTML * CSS -* A little bit Javascript. +* A little bit Javascript..