Skip to content

Commit 2459508

Browse files
bspellacythdaraujo
andauthored
Update README.md
Co-authored-by: Thiago Araujo <[email protected]>
1 parent 3942f54 commit 2459508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ patch.preferences.create_preference((project_id: projectId));
127127

128128
// Retrieve a preference
129129
const preferenceId = 'pre_test_1234'; // Pass in the preferences's id
130-
patch.preferences.retrieve_preference(preferenceId);
130+
patch.preferences.retrievePreference(preferenceId);
131131

132132
// Delete a preference
133133
const preferenceId = 'pre_test_1234'; // Pass in the preferences's id

0 commit comments

Comments
 (0)