Skip to content

Commit 5184be1

Browse files
committed
fix markdown generation [ci skip]
1 parent 43af14f commit 5184be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ client.apps.create!(:name => "test", :upload => "app.zip")
306306
```
307307

308308
*Note: job statuses are currently not supported, so you must manually poll the job status API for app creation.*
309+
309310
```ruby
310311
body = {}
311312
until %w{failed completed}.include?(body["status"])

0 commit comments

Comments
 (0)