diff --git a/README.md b/README.md index 8238d34e..11864baf 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ int main() { Track track; track.uri = "spotify:track:abc"; - track.uid = "an-uid"; + track.uid = "a-uid"; const auto json = encode(track); std::cout << "Encoded the track into " << json << std::endl;