From 68a4f34b3d6ab3f4547287e743a36b8b6c366648 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 24 Sep 2015 10:06:24 +0200
Subject: [PATCH] Use title case.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4a0a50bed..b04ae72c2 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-[documentation](http://cc65.github.io/doc)
+[Documentation](http://cc65.github.io/doc)
-[wiki](http://github.com/cc65/wiki/wiki)
+[Wiki](http://github.com/cc65/wiki/wiki)
-[![build status](https://api.travis-ci.org/cc65/cc65.svg?branch=master)](https://travis-ci.org/cc65/cc65/builds)
+[![Build Status](https://api.travis-ci.org/cc65/cc65.svg?branch=master)](https://travis-ci.org/cc65/cc65/builds)
-Binary snapshot for [Windows](http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
+[Windows Binary](http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
cc65 is a complete cross development package for 65(C)02 systems, including
a powerful macro assembler, a C compiler, linker, librarian and several
--
2.39.5