Update README.md
diff --git a/README.md b/README.md
index 623e2a9..04b97e7 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@
 A Swift 3 set of protocols and classes that lets you implement actions in Xcode.  Provides an Xcode to OpenWhisk bridge via wsktool that allows you to directly install WhiskKit actions into OpenWhisk.
 
 ## Building
-This code is build using Xcode 8 Beta 2 and is compatible with Swift 3 Tech Preview 2.  
+This code is build using Xcode 8 Beta 3.  
 
 There is a dependency on an ObjC project [ZipArchive](https://github.com/ZipArchive/ZipArchive).  OS X CLI targets and frameworks don't play together very well. The "easiest" way to reference it is to add the code manually to WhiskSwiftTools.  Clone ZipArchive and install per the documentations on the ZipArchive readme. Copy the SSZipArchive folder into the project folder and link to the `libz` library. WhiskSwiftTools includes bridging header file you can reference.