From 2be6cad7e17b4542e2ce16290996064461a9ed14 Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Mon, 22 May 2023 06:50:37 +0100 Subject: [PATCH] Update README.md Correct typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d15f50..4dd33f7a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs. -Stirling PDF makes no outbount calls for any record keeping or tracking. +Stirling PDF makes no outbound calls for any record keeping or tracking. All files and PDFs are either purely client side, in server memory only during the execution of the task or within a temporay file only for execution of the task. Any file which has been downloaded by the user will have already been deleted from the server by that time.