Skip to content

Commit

Permalink
feat: Use the Markdown component for MethodReference
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 7193215 commit d957f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MethodReference.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import ReferenceExample from './ReferenceExample';
import FunctionDefinition from './FunctionDefinition';
import Markdown from 'react-markdown';
import Markdown from './Markdown';
import styles from './MethodReference.module.scss';

const MethodReference = ({ className, method }) => (
Expand Down

0 comments on commit d957f4d

Please sign in to comment.