diff --git a/README.md b/README.md index a0a0966..9edadc3 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ For example: client can be created with two optional parameters: *email* and *de ### Retrieving objects -You can retrieve an object by using the get() method with with the instance itself: +You can retrieve an object by using the get() method with the instance itself: ```python client_service.detail(client) ```