\documentclass{article}

\begin{document}

\section*{Recommended Further Reading}

Lamports book \cite{lamport} is still the classic text on the topic. 
The ``Not so short Introduction'' \cite{lshort} is very interesting for beginners. 

\bibliography{texbiblio}{}
\bibliographystyle{plain}

\end{document}

