summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.html8
-rw-r--r--README.md8
2 files changed, 8 insertions, 8 deletions
diff --git a/README.html b/README.html
deleted file mode 100644
index e6fb572..0000000
--- a/README.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<h1>minesweeper</h1>
-
-<p>A reimplementation of minesweeper
-game in C++ in terminal.</p>
-
-<p>Written in
-<img src="assets/vim_on_fire.gif">
-and VS Codium.</p>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5137610
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# minesweeper
+
+A reimplementation of minesweeper
+game in C++ in terminal.
+
+Written in
+![Vim](assets/vim_on_fire.gif)
+and VS Codium.