diff --git a/README.md b/README.md
index b19e089..3c87bb2 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
Unity SoftBody physics
-Add softbody physics to unity
+Add a realestic MeshBased softbody physics feature to unity by adding one script
+
+
-
+
how to use
Add SoftBodyGenerator.cs script to your object
@@ -13,6 +15,10 @@ and enjoy
To do
-# Add a center structure to create a jelly mode in unity softbody physics
+✔️ # Add a center structure to create a jelly mode in unity softbody physics
+
+📝 # Add bake Button in editor to store mesh data into a temp folder under streamingasset to solving "reCreating mesh in each of plays"
+
+📝 #add seperated physics For Fabric and Jelly mode
-# Add bake Button in editor to store mesh data into a temp folder under streamingasset to solving "reCreating mesh in each of plays"
+📝 #add convexhull system to optimize Softbody system