diff --git a/README.md b/README.md
index 5abf1a360614f700d8d95e25332e0ebefbdcbad5..50d57c15a573dbdea7c45833321d15844bd4f767 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,7 @@ The latest `RC16` comes with some deprecations and breaking-changes towards `v0.
   - `jsf.resolve()` is the async-version, with full dereferencing, given refs are also supported.
 - **deprecated** — TypeScript sources are not longer used, however `d.ts` definitions will be updated on time.
 
-Review here: https://github.com/json-schema-faker/json-schema-faker/pull/464
-
-> Most _documentation_ from README.md was moved to `docs/` and it should have its own place there, on the website, or wiki pages, etc. This part is unclear yet, so any suggestion is welcome on the PR above.
+> Usage info from README.md was moved to `docs/`, [read more](docs/).
 
 ## Contributors
 
diff --git a/dist/json-schema-faker.bundle.min.js b/dist/json-schema-faker.bundle.min.js
index 4a203c6c873f69fb1298088356a062af19c29811..26ed29064b812440883c968d55f618e62f78b0a3 100644
Binary files a/dist/json-schema-faker.bundle.min.js and b/dist/json-schema-faker.bundle.min.js differ
diff --git a/dist/json-schema-faker.cjs.js b/dist/json-schema-faker.cjs.js
index a05bc5692efbe5f084582fe45dc7f14ac992fd87..0e936f75e8f03237aa51eb5f38b57c6207c917db 100644
Binary files a/dist/json-schema-faker.cjs.js and b/dist/json-schema-faker.cjs.js differ
diff --git a/dist/json-schema-faker.es.js b/dist/json-schema-faker.es.js
index 5c218913375c1498b739f558f270aa396583a981..c65055f725938a7b8e0acf60720a09acea00a0ff 100644
Binary files a/dist/json-schema-faker.es.js and b/dist/json-schema-faker.es.js differ
diff --git a/dist/json-schema-faker.js b/dist/json-schema-faker.js
index a0fa45bf05d73c57420a77fda81d9b719b2cdde5..81e67a5ff46f45a1326d8ef3371787b614423fba 100644
Binary files a/dist/json-schema-faker.js and b/dist/json-schema-faker.js differ
diff --git a/dist/json-schema-faker.min.js b/dist/json-schema-faker.min.js
index 0338c713c9621922fb9dc4a538ec1302dcff60b7..c5b7659846e1dc1688f864f2f17f81d4968d108b 100644
Binary files a/dist/json-schema-faker.min.js and b/dist/json-schema-faker.min.js differ
diff --git a/dist/json-schema-faker.min.js.map b/dist/json-schema-faker.min.js.map
index 02cdb9fc5008109434f3b653d63b3d1dddb1e905..0741cacbbb6cb2df9f522957d0c4386c22303a61 100644
Binary files a/dist/json-schema-faker.min.js.map and b/dist/json-schema-faker.min.js.map differ
diff --git a/docs/README.md b/docs/README.md
index b40a0ceff0d79c61d8c65bf2529d339ba7781111..f966c8aed1711a803bd288b76cab9ab384cfe3e8 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,7 +13,7 @@ The source code is intended to be available through `src` (for testing), but bun
 - Standard `.js` and `.min.js` are emitted for browser usage, they're exported as `umd` without dependencies (`json-schema-ref-parser` and `jsonpath`)
 - Also a single `.bundle.min.js` is generated containing both dependencies from above, also as `umd`
 
-Generated sources are available as an [NPM dependency](https://www.npmjs.com/package/json-schema-faker) and through [UNPKG](https://unpkg.com/json-schema-faker@0.5.0-rc15/dist/).
+Generated sources are available as an [NPM dependency](https://www.npmjs.com/package/json-schema-faker) and through [UNPKG](https://unpkg.com/json-schema-faker@0.5.0-rc16/dist/).
 
 ```js
 import jsf from 'json-schema-faker';
diff --git a/package.json b/package.json
index 92936027d009c0941c05aad101b88ae88e643a7b..010f8b4157efe31c783e95d7debecee841c786ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "json-schema-faker",
-  "version": "0.5.0-rc15",
+  "version": "0.5.0-rc16",
   "description": "JSON-Schema + fake data generators",
   "homepage": "http://json-schema-faker.js.org",
   "main": "dist/json-schema-faker.cjs.js",