diff --git a/plugin/README.md b/plugin/README.md
index 13d83e9..4ce0552 100644
--- a/plugin/README.md
+++ b/plugin/README.md
@@ -70,7 +70,23 @@ Defines the structure of the result returned from a barcode scan.
Defines the options for configuring a barcode scan.
-{ hint: CapacitorBarcodeScannerTypeHint; scanInstructions?: string; scanButton?: boolean; scanText?: string; cameraDirection?: CapacitorBarcodeScannerCameraDirection; scanOrientation?: CapacitorBarcodeScannerScanOrientation; android?: { scanningLibrary?: CapacitorBarcodeScannerAndroidScanningLibrary; }; web?: { showCameraSelection?: boolean; scannerFPS?: number; }; }
+
+{
+ hint: CapacitorBarcodeScannerTypeHint;
+ scanInstructions?: string;
+ scanButton?: boolean;
+ scanText?: string;
+ cameraDirection?: CapacitorBarcodeScannerCameraDirection;
+ scanOrientation?: CapacitorBarcodeScannerScanOrientation;
+ android?: {
+ scanningLibrary?: CapacitorBarcodeScannerAndroidScanningLibrary;
+ };
+ web?: {
+ showCameraSelection?: boolean;
+ scannerFPS?: number;
+ };
+}
+
#### CapacitorBarcodeScannerTypeHint