diff --git a/saving_gas/README.md b/saving_gas/README.md
index 80f540c..dfc87a0 100644
--- a/saving_gas/README.md
+++ b/saving_gas/README.md
@@ -9,6 +9,13 @@
- avoid calls to other contracts.
- ++i uses 5 gas less than i++.
- if you don’t need a variable anymore, you should delete it using the delete keyword provided by solidity or by setting it to its default value.
+
+
+
+
+
+
+
#### pack variables