From 6f401f54c722c7ea80db7127bbf7f2f16a317368 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 30 Jun 2018 23:41:28 +0200 Subject: [PATCH] Changed Header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cdbe5..fe169ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SWIGCmakePHPExampleWindows +# SWIG CMake PHP Example for Windows Example on how to build a SWIG Extension for PHP with CMake on Windows. Couldn't find any working example for Windows so i created this one ;) Hope it helps you.