From efa074fc6d19dfca56ec26e4c1aec4e96c7c43d4 Mon Sep 17 00:00:00 2001 From: Adriano Date: Fri, 17 Aug 2018 11:39:49 +1000 Subject: [PATCH] Update README.md Fixed typo. Added link to official documentation of the `flow-into` draft feature. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/