diff Sphinx/source/users/advanced-rest.rst @ 376:6d7a36447e21

Small rephrasing
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 06 Apr 2020 20:06:14 +0200
parents 9c28eeab2db6
children 0fb9369e893e
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Mon Apr 06 09:25:24 2020 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Mon Apr 06 20:06:14 2020 +0200
@@ -187,7 +187,7 @@
     # create the json data
     $params = @{Tags = @{PatientName = "Benjamino";Modality = "CT"};Content= "data:application/pdf;base64,$fileInBase64"}
 
-    # disabling progress bar tremendously increases the Invoke-RestMethod call
+    # disabling the progress bar makes the Invoke-RestMethod call MUCH faster
     $ProgressPreference = 'SilentlyContinue'
 
     # upload it to Orthanc