Browse Source

Fix bullets in FAQ (#1656)

pull/1564/merge
lararennie 9 years ago
committed by GitHub
parent
commit
43c8759856
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      FAQ.md

+ 4
- 3
FAQ.md View File

@ -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.


Loading…
Cancel
Save