Skip to content

Commit 79b5333

Browse files
committed
docs: add funding section to README
1 parent ff922dc commit 79b5333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import MD, {
2121
LicenseBadge,
2222
LicenseFromPkg,
2323
ContributorsSectionFromPkg,
24+
FundingSectionFromPkg,
2425
} from "./src";
2526
import { CodeBlock, Heading, InlineCode, LineBreak } from "jsx-md";
2627
import pkg from "./package.json";
@@ -83,6 +84,8 @@ const Readme: Component = () => (
8384
<ContributingSection />
8485
{/* Create a section linking to the contributors of the repo */}
8586
<ContributorsSectionFromPkg pkg={pkg} />
87+
{/* Create a funding section based on funding information set up in package.json */}
88+
<FundingSectionFromPkg pkg={pkg} />
8689
{/* Create a section linking to the license file. */}
8790
<LicenseFromPkg pkg={pkg} />
8891
</Fragment>

0 commit comments

Comments
 (0)