diff --git a/README.md b/README.md index 99c09aa..41ff2cf 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,6 @@ $request = Gotenberg::chromium($apiUrl) ->pdf() ->header(Stream::path('/path/to/my_header.html')) ->footer(Stream::path('/path/to/my_footer.html')) - ->margins(1, 1, 0.39, 0.39) ->url('https://my.url'); ```