We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef43869 commit c1306eaCopy full SHA for c1306ea
README.md
@@ -111,7 +111,7 @@ func main() {
111
// How to get trophies in certain trophy title and trophy group
112
trophies, err := psnApi.GetTrophies(
113
ctx,
114
- "NPWR13348_00", // The Last Of Us 2
+ "NPWR13348_00", // The Last of Us 2
115
"001", // trophy group with id = 001
116
"geeek_52rus",
117
)
@@ -123,4 +123,4 @@ func main() {
123
124
```
125
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>
+<p align="center"> <img src="assets/gopher-dance.gif"> </p>
0 commit comments