diff options
author | Scott <scott@paragonie.com> | 2016-02-02 11:03:59 -0500 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-02-02 11:03:59 -0500 |
commit | 486a9a62fb89c23a293d43b4c398ba261fe5789d (patch) | |
tree | d90cd639fd5572dc388227d79c682eab2818c71e | |
parent | 7626d899425ddb5ba6f7bd040b651ccbd0503827 (diff) | |
download | random_compat-486a9a62fb89c23a293d43b4c398ba261fe5789d.zip random_compat-486a9a62fb89c23a293d43b4c398ba261fe5789d.tar.gz random_compat-486a9a62fb89c23a293d43b4c398ba261fe5789d.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ to a newer version of PHP immediately. 1. Download [a stable release](https://github.com/paragonie/random_compat/releases/latest). 2. Extract the files into your project. -3. `require_once "/path/to/random_compat/lib/random.php"; +3. `require_once "/path/to/random_compat/lib/random.php";` ## Usage |