From 675303245abd1730912a4ae140d3deb52abfef8a Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Wed, 25 Oct 2017 09:49:35 +0200 Subject: [PATCH] Fix Markdown syntax `*` are used for italics, to print an actual `*`, one has to escape it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c1140..320bdea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### WHAT IS THE GOAL OF OSXCROSS? ### The goal of OSXCross is to provide a well working OS X cross toolchain for -Linux, *BSD, and Cygwin. +Linux, \*BSD, and Cygwin. ### HOW DOES IT WORK? ###