README.md in supersaas-api-client-1.1.0 vs README.md in supersaas-api-client-1.1.1

- old
+ new

@@ -83,11 +83,11 @@ #### Create User Create a user with user attributes params: - Supersaas::Client.instance.users.create({full_name: 'Example Name', email: 'example@example.com'}) #=> nil + Supersaas::Client.instance.users.create({name: 'name@name.com', full_name: 'Example Name', email: 'example@example.com'}) #=> http://www.supersaas.com/api/users/12345.json #### Update User Update a user by `user_id` with user attributes params: @@ -113,11 +113,11 @@ #### Create Appointment/Booking Create an appointment by `schedule_id` and `user_id` with appointment attributes and `form` and `webhook` params: - Supersaas::Client.instance.appointments.create(12345, 67890, {full_name: 'Example Name', email: 'example@example.com', slot_id: 12345}, true, true) #=> nil + Supersaas::Client.instance.appointments.create(12345, 67890, {full_name: 'Example Name', email: 'example@example.com', slot_id: 12345}, true, true) #=> http://www.supersaas.com/api/bookings/12345.json #### Update Appointment/Booking Update an appointment by `schedule_id` and `appointment_id` with appointment attributes params: @@ -237,12 +237,9 @@ + [Product Documentation](https://www.supersaas.com/info/support) + [Developer Documentation](https://www.supersaas.com/info/dev) + [Python API Client](https://github.com/SuperSaaS/supersaas-python-api-client) + [PHP API Client](https://github.com/SuperSaaS/supersaas-php-api-client) + [NodeJS API Client](https://github.com/SuperSaaS/supersaas-nodejs-api-client) -+ [C# API Client](https://github.com/SuperSaaS/supersaas-csharp-api-client) -+ [Objective-C API Client](https://github.com/SuperSaaS/supersaas-objc-api-client) -+ [Go API Client](https://github.com/SuperSaaS/supersaas-go-api-client) Contact: [support@supersaas.com](mailto:support@supersaas.com) ## Releases