From 2ed7604ec46f766821a1b50d490821441ef4c6c7 Mon Sep 17 00:00:00 2001 From: Aaron Zavora Date: Thu, 7 Nov 2024 09:26:45 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c41a0..f493749 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,8 @@ bundle.count_resource_type("Patient").show() ``` ## SQL on FHIR - -> **Warning** -> For very large batches of FHIR, use bundle.entry().cache() before calling bulk_table_wirte for best performance +> [!TIP] +> For very large batches of FHIR, use bundle.entry().cache() before calling bulk_table_write for best performance ``` python %python