Skip to content

Commit 96c0d8f

Browse files
author
codercat
committed
update md
1 parent 1077ba5 commit 96c0d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ $jwk = [
3333
Convert to PEM format:
3434

3535
``` php
36-
$jwkConverter->toPEM($jwk);
36+
$convertedJwk = $jwkConverter->toPEM($jwk);
37+
echo $convertedJwk;
3738
```
3839

3940
The PEM for this jwk:

0 commit comments

Comments
 (0)