diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 7d3f0d8..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2019 tchapi
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
index b89a198..38638f1 100644
--- a/README.md
+++ b/README.md
@@ -1,247 +1,4 @@
-Markdown Cheatsheet
-===================
+hi im karthik
-- - - -
-# Heading 1 #
+karthik chekuri says that this community is amazing.
- Markup : # Heading 1 #
-
- -OR-
-
- Markup : ============= (below H1 text)
-
-## Heading 2 ##
-
- Markup : ## Heading 2 ##
-
- -OR-
-
- Markup: --------------- (below H2 text)
-
-### Heading 3 ###
-
- Markup : ### Heading 3 ###
-
-#### Heading 4 ####
-
- Markup : #### Heading 4 ####
-
-
-Common text
-
- Markup : Common text
-
-_Emphasized text_
-
- Markup : _Emphasized text_ or *Emphasized text*
-
-~~Strikethrough text~~
-
- Markup : ~~Strikethrough text~~
-
-__Strong text__
-
- Markup : __Strong text__ or **Strong text**
-
-___Strong emphasized text___
-
- Markup : ___Strong emphasized text___ or ***Strong emphasized text***
-
-[Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or Content 1 Content 1 Content 1 Content 1 Content 1 Content 2 Content 2 Content 2 Content 2 Content 2 Content 1 Content 1 Content 1 Content 1 Content 1Title 1
- Title 2
- Title 1
-
Some HTML code here
-``` - -Link to a specific part of the page: - -[Go To TOP](#TOP) - - Markup : [text goes here](#section_name) - section_title - -Hotkey: - -⌘F - -⇧⌘F - - Markup : ⌘F - -Hotkey list: - -| Key | Symbol | -| --- | --- | -| Option | ⌥ | -| Control | ⌃ | -| Command | ⌘ | -| Shift | ⇧ | -| Caps Lock | ⇪ | -| Tab | ⇥ | -| Esc | ⎋ | -| Power | ⌽ | -| Return | ↩ | -| Delete | ⌫ | -| Up | ↑ | -| Down | ↓ | -| Left | ← | -| Right | → | - -Emoji: - -:exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) - - Markup : Code appears between colons :EMOJICODE: