diff --git a/README.md b/README.md index 2351f5e..4657811 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ BookJS =========== -BookJS was an effort to use the page formatting functions present in certain Chromium versions to convert a webpage into a set of pages formatted for printing, whch can be converted into a PDF with Chromium's print-to-PDF function. Please note that CSS Regions is an experimental feature and may not be available in your current browser. +BookJS was an effort to use the page formatting functions present in certain Chromium versions to convert a webpage into a set of pages formatted for printing, which can then be converted into a PDF with Chromium's `print-to-PDF` function. + +Please note that `CSS Regions` is an experimental feature and may not be available in your current browser. +Follow the official documentation for more info: https://drafts.csswg.org/css-regions/