Commit 3b6520f6 authored by Serge Zaitsev's avatar Serge Zaitsev Committed by GitHub

Clean up broken markdown in README.md

parent 3802357a
...@@ -38,7 +38,6 @@ Before you can compile `tray`, you'll need to add an environment definition befo ...@@ -38,7 +38,6 @@ Before you can compile `tray`, you'll need to add an environment definition befo
``` ```
**For Mac:** **For Mac:**
**For Windows:**
```c ```c
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
...@@ -49,11 +48,6 @@ Before you can compile `tray`, you'll need to add an environment definition befo ...@@ -49,11 +48,6 @@ Before you can compile `tray`, you'll need to add an environment definition befo
... ...
``` ```
// For Linux:
//#define TRAY_APPINDICATOR 1
// For Mac:
//#define TRAY_APPKIT 1
# Demo # Demo
The included example `.c` files can be compiled based on your environment. The included example `.c` files can be compiled based on your environment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment