Skip to content

Commit 1c06f58

Browse files
committed
Fix outdated README bits
1 parent 5217726 commit 1c06f58

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ Add to your `gatsby-config.js` (all options are optional; defaults shown here):
6363
theme: 'Dark+ (default dark)', // Read on for list of included themes. Also accepts object and function forms.
6464
wrapperClassName: '', // Additional class put on 'pre' tag. Also accepts function to set the class dynamically.
6565
injectStyles: true, // Injects (minimal) additional CSS for layout and scrolling
66-
extensions: [], // Extensions to download from the marketplace to provide more languages and themes
67-
extensionDataDirectory: // Absolute path to the directory where extensions will be downloaded. Defaults to inside node_modules.
68-
path.resolve('extensions'),
66+
extensions: [], // Third-party extensions providing additional themes and languages
6967
languageAliases: {}, // Map of custom/unknown language codes to standard/known language codes
7068
replaceColor: x => x, // Function allowing replacement of a theme color with another. Useful for replacing hex colors with CSS variables.
7169
getLineClassName: ({ // Function allowing dynamic setting of additional class names on individual lines
@@ -147,7 +145,7 @@ The `dark` option is shorthand for a general-purpose `media` option that can be
147145

148146
## Built-in languages and themes
149147

150-
The following can be used without specifying an extension to download from the marketplace:
148+
The following languages and themes can be used without [installing third-party extensions](#using-languages-and-themes-from-an-extension):
151149

152150
### Languages
153151

0 commit comments

Comments
 (0)