diff --git a/README.md b/README.md
index 1aa5081..06a0170 100644
--- a/README.md
+++ b/README.md
@@ -238,3 +238,13 @@
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
* [Explain shell](https://explainshell.com/)
* [revoke.cash](https://revoke.cash/)
+
+
+
+---
+## 🍒 some notes && terminology
+
+
+
+* functions for external calls in contracts refers to functions being called by an initiating address.
+* event is what's being emitted inside a function.