diff --git a/README.md b/README.md
index 63e3553..d1bad14 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@
[![Greenkeeper badge](https://badges.greenkeeper.io/twhite96/checkyoself.svg)](https://greenkeeper.io/)
[![Twitter Follow](https://img.shields.io/twitter/follow/TiffanyW_412.svg?style=social&label=Follow)](https://twitter.com/TiffanyW_412)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
-[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![GitHub commits](https://img.shields.io/github/commits-since/twhite96/checkyoself/0.0.2.svg?maxAge=2592000)](https://github.com/twhite96/checkyoself)
+[![](https://img.shields.io/badge/buy%20me-a%20coffee-%2306D7D9.svg)](https://www.paypal.me/codenewb)
Frustrated by Grammarly and Hemingway apps' inability to process markdown blog posts, I decided to make my own site to process markdown blog posts or other texts. I settled on [Material Design Lite](https://getmdl.io/index.html) for the UI because I like colorful things.
diff --git a/Untitled.js b/Untitled.js
new file mode 100644
index 0000000..0f62274
--- /dev/null
+++ b/Untitled.js
@@ -0,0 +1,24 @@
+class MyComp extends React.Component {
+ render() {
+ return
+ {someText.map(text => )}
+ {someText.map(text => )}
+ {someText.map(text => MyDestructuredFuncComp({text}))}{/* another way to call the component */}
+