The following beamer slide (and all other slides) have the text vertically centered. How do I get it to appear at the top of the slide?
\documentclass[sansserif,mathserif]{beamer}
\begin{document}
\begin{frame}{centered frame}
centered text, how to get it to top?
\end{frame}
\end{document}