Commit a7ae70f0 authored by Onni Hakala's avatar Onni Hakala Committed by GitHub
Browse files

Readme: small fix for the syntax highlight

parent 74755873
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ By default, S3 Uploads will use the canonical S3 URIs for referencing the upload

```PHP
// Define the base bucket URL (without trailing slash)
define( 'S3_UPLOADS_BUCKET_URL`, 'https://your.origin.url.example/path' );
define( 'S3_UPLOADS_BUCKET_URL', 'https://your.origin.url.example/path' );
```

Offline Development