Skip to content

Commit 0de2d26

Browse files
committed
updated label style
1 parent 3059146 commit 0de2d26

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export class GenericList<T> extends React.Component<GenericListProps<T>, {}> {
244244

245245
```
246246

247-
<details><summary>Show Usage</summary><p>
247+
<details><summary>SHOW USAGE</summary><p>
248248

249249
```tsx
250250
import * as React from 'react';
@@ -287,7 +287,7 @@ export const SFCCounterConnected = connect(mapStateToProps, {
287287

288288
```
289289

290-
<details><summary>Show Usage</summary><p>
290+
<details><summary>SHOW USAGE</summary><p>
291291

292292
```tsx
293293
import { connect } from 'react-redux';
@@ -332,7 +332,7 @@ export const SFCCounterConnectedVerbose =
332332

333333
```
334334

335-
<details><summary>Show Usage</summary><p>
335+
<details><summary>SHOW USAGE</summary><p>
336336

337337
```tsx
338338
import * as React from 'react';
@@ -373,7 +373,7 @@ export const SFCCounterConnectedExtended = connect(mapStateToProps, {
373373

374374
```
375375

376-
<details><summary>Show Usage</summary><p>
376+
<details><summary>SHOW USAGE</summary><p>
377377

378378
```tsx
379379
import * as React from 'react';
@@ -446,7 +446,7 @@ export function withState<WrappedComponentProps extends RequiredProps>(
446446

447447
```
448448

449-
<details><summary>Show Usage</summary><p>
449+
<details><summary>SHOW USAGE</summary><p>
450450

451451
```tsx
452452
import * as React from 'react';
@@ -527,7 +527,7 @@ export function withErrorBoundary(
527527

528528
```
529529

530-
<details><summary>Show Usage</summary><p>
530+
<details><summary>SHOW USAGE</summary><p>
531531

532532
```tsx
533533
import * as React from 'react';

generator/src/generate-readme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ${'```'}
5757

5858
function withDetailsWrapper(text: string) {
5959
return `
60-
<details><summary>Show Usage</summary><p>
60+
<details><summary>SHOW USAGE</summary><p>
6161
6262
${'```tsx'}
6363
${text}

0 commit comments

Comments
 (0)