From 9c36f139c7bf454c21da4abf52af173ba9de2116 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 9 Apr 2022 18:18:51 +0200 Subject: chore: change to title account --- docs/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/account.md b/docs/account.md index e1a8c64..9740b8b 100644 --- a/docs/account.md +++ b/docs/account.md @@ -98,7 +98,7 @@ To obtain the verifier you need to calculate: 5. Convert the result back to a byte array in little-endian order. -**For PHP implementations** +#### For PHP implementations Make sure the PHP GMP extension is loaded! Uncomment `extension=gmp` in your php.ini. -- cgit