From 43c8759856ff3f099204f91f8cdf465ee4c7d402 Mon Sep 17 00:00:00 2001 From: lararennie Date: Thu, 23 Mar 2017 10:51:31 +0100 Subject: [PATCH] Fix bullets in FAQ (#1656) --- FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 8345e6eb6..802baef0f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -237,9 +237,10 @@ of the metadata. Currently this only removes the example number metadata, so the savings are not a lot, but we may revisit this. *Impact:* - - `getExampleNumber`, `getInvalidExampleNumber`, `getExampleNumberForType`, - `getExampleNumberForNonGeoEntity` will return `null` - - Binary size (or download size for JS) will be slightly smaller + +- `getExampleNumber`, `getInvalidExampleNumber`, `getExampleNumberForType`, + `getExampleNumberForNonGeoEntity` will return `null` +- Binary size (or download size for JS) will be slightly smaller *JS:* Simply include metadatalite.js instead of metadata.js in your project.