1
0
forked from Yadciel/c_tray

Clean up broken markdown in README.md

This commit is contained in:
Serge Zaitsev
2017-08-22 21:01:11 +03:00
committed by GitHub
parent 3802357ad8
commit 3b6520f690

View File

@@ -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
... ...
``` ```
// 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.