\documentclass[11pt,a4paper]{report}
\usepackage{chemfig}
\usepackage{chemmacros}
\chemsetup{modules={all}}
\chemsetup{formula = mhchem}
\begin{document}
\chemname[2ex]{\chemfig{[:-150]*6(-(-OH)=(-OH)-=-(-([7]-OH)-[1]-NH([1]-CH_3))=)}}{Epinephrin}
\end{document}
Right now the Image looks like the above. I would like the Methyl-group (CH3) to branch off at the Nitrogen Atom (N).
I hope somebody can help me. Thanks in advance! :)