diff --git a/README.md b/README.md index 4583870..1776ba7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # js-wowemu-auth SRP implementation for WoW Server authentication in Typescript +Impired by [the PHP version](https://github.com/Laizerox/php-wowemu-auth/) + ## installation ``` @@ -29,4 +31,4 @@ This will return `salt` is to be set to the column `s` in `realm.account` -`verifier`is to be set to the column `v` in `realm.account` \ No newline at end of file +`verifier`is to be set to the column `v` in `realm.account`