Skip to content

Commit c1306ea

Browse files
authored
Update README.md
1 parent ef43869 commit c1306ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func main() {
111111
// How to get trophies in certain trophy title and trophy group
112112
trophies, err := psnApi.GetTrophies(
113113
ctx,
114-
"NPWR13348_00", // The Last Of Us 2
114+
"NPWR13348_00", // The Last of Us 2
115115
"001", // trophy group with id = 001
116116
"geeek_52rus",
117117
)
@@ -123,4 +123,4 @@ func main() {
123123

124124
```
125125
This project highly inspired by https://github.com/Tustin/psn-php. Some useful things like auth headers and params found in `Tustin/psn-php`.
126-
<p align="center"> <img src="assets/gopher-dance.gif"> </p>
126+
<p align="center"> <img src="assets/gopher-dance.gif"> </p>

0 commit comments

Comments
 (0)