Skip to content

Commit 5b55c90

Browse files
committed
Readme phrasing
1 parent 7c5d903 commit 5b55c90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Latest Stable Version](https://img.shields.io/github/release/crecket/secure-functions.svg)](https://packagist.org/packages/crecket/secure-functions)
33
[![Build Status](https://travis-ci.org/Crecket/secure-functions.svg?branch=master)](https://travis-ci.org/Crecket/secure-functions)
44

5-
A collection of functions which can be used for security
5+
A collection of functions which can be used for security purposes.
66

77
## Instalation
88

@@ -16,13 +16,11 @@ Download the files and require them in your project.
1616

1717
`require '/secure-functions/src/SecureFuncs.php';`
1818

19-
2019
## Usage
2120
All functions are static public functions right now so you can simply call the functions like this:
2221

2322
`SecureFuncs\SecureFuncs::password_hash('input');`
2423

25-
2624
## Functions
2725

2826
### decrypt($input, $key)

0 commit comments

Comments
 (0)