diff --git a/docs/using-screenshot/index.md b/docs/using-screenshot/index.md index c32f03c..6e34e56 100644 --- a/docs/using-screenshot/index.md +++ b/docs/using-screenshot/index.md @@ -23,29 +23,23 @@ Every website screenshot image files will be cached on the CDN for 1 month. ## Parameters -### device=mobile - -Get a mobile version. - -`/screenshot/device=mobile/:url` - ### full=true Get a full page version. `/screenshot/full=true/:url` -### pdf (path) +### mobile (path) -Getting PDF version. +Get a mobile version. -`/screenshot/pdf/:url` +`/screenshot/mobile/:url` -### Combine params +### pdf (path) -Params can be combined using commas and after /screenshot/ path. +Getting PDF version. -`/screenshot/device=mobile,full=true/:url` +`/screenshot/pdf/:url` ## Live Demo @@ -53,6 +47,6 @@ Params can be combined using commas and after /screenshot/ path. ![Screenshot](https://cdn.statically.io/screenshot/dev.to) -`/screenshot/device=mobile/dev.to` +`/screenshot/mobile/dev.to` -![Screenshot (mobile)](https://cdn.statically.io/screenshot/device=mobile/dev.to) +![Screenshot (mobile)](https://cdn.statically.io/screenshot/mobile/dev.to)