Skip to content

Commit 9be6f85

Browse files
Merge pull request #209 from ustun-ed/patch-1
Fixup: Update README.md with correct link
2 parents 85212b6 + b9f51a1 commit 9be6f85

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This library tokenises code using Prism and provides a small render-props-driven
2323
component to quickly render it out into React. This is why it even works with
2424
React Native! It's bundled with a modified version of Prism that won't pollute
2525
the global namespace and comes with
26-
[a couple of common language syntaxes](./packages/generate-prism-languages/index.ts#L9-L23.
26+
[a couple of common language syntaxes](./packages/generate-prism-languages/index.ts#L9-L23).
2727

2828
_(There's also an [escape-hatch](https://github.com/FormidableLabs/prism-react-renderer#prism) to use your own Prism setup, just in case)_
2929

@@ -35,30 +35,30 @@ _(If you just want to use your Prism CSS-file themes, that's also no problem)_
3535

3636
## Table of Contents
3737

38-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
39-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
40-
41-
42-
- [Installation](#installation)
43-
- [Usage](#usage)
44-
- [Custom Language Support](#custom-language-support)
45-
- [Basic Props](#basic-props)
46-
- [children](#children)
47-
- [language](#language)
48-
- [code](#code)
49-
- [Advanced Props](#advanced-props)
50-
- [theme](#theme)
51-
- [prism](#prism)
52-
- [Children Function](#children-function)
53-
- [state](#state)
54-
- [prop getters](#prop-getters)
55-
- [`getLineProps`](#getlineprops)
56-
- [`getTokenProps`](#gettokenprops)
57-
- [Theming](#theming)
58-
- [LICENSE](#license)
59-
- [Maintenance Status](#maintenance-status)
60-
61-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
38+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
39+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
40+
41+
42+
- [Installation](#installation)
43+
- [Usage](#usage)
44+
- [Custom Language Support](#custom-language-support)
45+
- [Basic Props](#basic-props)
46+
- [children](#children)
47+
- [language](#language)
48+
- [code](#code)
49+
- [Advanced Props](#advanced-props)
50+
- [theme](#theme)
51+
- [prism](#prism)
52+
- [Children Function](#children-function)
53+
- [state](#state)
54+
- [prop getters](#prop-getters)
55+
- [`getLineProps`](#getlineprops)
56+
- [`getTokenProps`](#gettokenprops)
57+
- [Theming](#theming)
58+
- [LICENSE](#license)
59+
- [Maintenance Status](#maintenance-status)
60+
61+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
6262

6363
## Installation
6464

0 commit comments

Comments
 (0)