From 9c0054385c3a381377a4aadb2877f4e0903f81c6 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 30 Jun 2018 23:59:58 +0200 Subject: [PATCH] Changed Description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd084eb..f72265f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SWIG CMake PHP Example for Windows -Example on how to build a SWIG Extension for PHP with CMake on Windows. +Example on how to build a SWIG/PHP Extension with CMake on Windows. Couldn't find any working example even without CMake for Windows so i created this one ;) Hope it helps others.