README.md in afmotion-0.4 vs README.md in afmotion-0.5

- old
+ new

@@ -205,14 +205,10 @@ # see: https://github.com/AFNetworking/AFNetworking/wiki/AFNetworking-FAQ form_data.appendPartWithFileData(data, name: "avatar", fileName:"avatar.png", mimeType: "image/png") elsif progress # 0.0 <= progress <= 1.0 my_widget.update_progress(progress) - elsif result.success? - ... - else - ... - end + ... end ``` #### Client Building DSL \ No newline at end of file