aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2020-02-08 01:45:33 +0300
committerGitHub <noreply@github.com>2020-02-08 01:45:33 +0300
commit4955c639e1069ba3d3415d01a3368f09b000c2a7 (patch)
tree23c9502427efe8f45e1457d8895730152253882d /README.md
parent0eeed45566ec7bac6865cb6d30acb5777ccf6f43 (diff)
PHP 7.4 support (#57)V1.1.3
* Merge in neonxp master (#9) * Version 1.1 (#51) * Update README.md and more function support * Removing phpunit symbolic link (#53) * Left bracket and minus fix (#55) * Left bracket and minus fix (#54) * Add test for left bracket and minus fix #55 * Fix substraction by zero bug (#56) Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com> * Docs and test updates * Update composer Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18da2fd..05ff3cc 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
## Install via Composer:
```
-composer require "nxp/math-executor"
+composer require nxp/math-executor
```
## Sample usage: