Add Gitter badge
[m6w6/ext-psi] / README.md
index 72170a977f30a6828db4a08bae69847638c4ba47..f28cff3c0802386771d3f79f8a4254671d045e6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # ext-psi
 
+[![Join the chat at https://gitter.im/m6w6/ext-psi](https://badges.gitter.im/m6w6/ext-psi.svg)](https://gitter.im/m6w6/ext-psi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
 [![Build Status](https://travis-ci.org/m6w6/ext-psi.svg?branch=master)](https://travis-ci.org/m6w6/ext-psi)
 
 PSI is a PHP extension, which provides a foreign function interface through
@@ -108,13 +110,13 @@ The following modules are available to select:
 ### --with-psi-libjit
 **Path to libjit.**
 
-### --with-psi-libffi
-**Path to libffi.**
-
 > **WARNING:**  
 > We currently rely on a patched libjit, because of an apparent bug in how
-> libjit creates closures, which still needs to be verified, though.  
-> See https::/github.com/m6w6/libjit for the preliminary patch.
+> libjit creates closures, which still needs to be verified, though.
+> See https://github.com/m6w6/libjit for the preliminary patch.
+
+### --with-psi-libffi
+**Path to libffi.**
 
 ## Configuring PSI at runtime
 
@@ -225,7 +227,7 @@ extern char *strerror(int errnum);
 
 You may specify a non-standard calling convention in place of `extern`, where `default` and `cdecl` have the same meaning as `extern`.
 
-Additionally recognized calling conventions include: `mscdecl`, `stdcall` and `fastcall`.
+Additionally recognized calling conventions include: `stdcall` and `fastcall`.
 
 ### Constants