diff --git a/README.md b/README.md
index dd5d5ca..4e2c545 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,39 @@
-
+
+
+# Use Gemini 1.5 Pro to generate the changes to the suggested files
+file_updates = DocUpdateGenerator.new(
+ code_context: code_context,
+ suggestions: suggestions,
+ doc_context: doc_context,
+ context_ignore_list: context_ignore_list
+).generate
+
+# Update each of the files returned by Gemini 1.5 Pro and create a new PR}
|
|
|
@@ -395,4 +427,4 @@ Trying to load the model directly from the local cache, if it exists.
## Star History
-[](https://star-history.com/#harry0703/MoneyPrinterTurbo&Date)
\ No newline at end of file
+[](https://star-history.com/#harry0703/MoneyPrinterTurbo&Date)