diff --git a/README.txt b/README.md
similarity index 71%
rename from README.txt
rename to README.md
index 2845a756cd539bb0b2202304c6e301144d736da9..3f521dd66e3576b97813ed731f58c0f12ca13217 100644
--- a/README.txt
+++ b/README.md
@@ -1,15 +1,5 @@
-CONTENTS OF THIS FILE
----------------------
+# Exclude Node Title
 
- * Introduction
- * Requirements
- * Installation
- * Configuration
- * Maintainers
-
-
-INTRODUCTION
-------------
 This module handles a very simple functionality, decide whatever to exclude a
 node title from full node page or node teasers.
 
@@ -21,19 +11,27 @@ type. From the administrative interface you can select a content type to hide
 title for.
 
 
-REQUIREMENTS
-------------
+## Contents of this file
+
+- Requirements
+- Installation
+- Configuration
+- Maintainers
+
+
+## Requirements
+
 This module requires no modules outside of Drupal core.
 
 
-INSTALLATION
-------------
+## Installation
+
 Install the Exclude Node Title as you would normally install a contributed
-Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
+Drupal module. Visit [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules) for further information.
 
 
-CONFIGURATION
---------------
+## Configuration
+
 Let's say you create a content type called: Lightbox content, and in your
 layout lightbox content will have titles set on title attribute of the link,
 rather than inline on your page, so you would like to exclude title from
@@ -47,8 +45,8 @@ Actually `Exclude Node Title` does the same thing, only that you don't have to
 manually make different hacks, hard to track from the administration interface.
 
 
-MAINTAINERS
------------
- * Neslee Canil Pinto: https://www.drupal.org/u/neslee-canil-pinto
- * Yonas Yanfa: https://www.drupal.org/u/fizk
- * Gabriel Ungureanu: https://www.drupal.org/u/gabrielu
+## Maintainers
+
+- Neslee Canil Pinto - [Neslee Canil Pinto](https://www.drupal.org/u/neslee-canil-pinto)
+- Yonas Yanfa - [fizk](https://www.drupal.org/u/fizk)
+- Gabriel Ungureanu - [gabrielu](https://www.drupal.org/u/gabrielu)