Skip to content

Commit

Permalink
use correct source for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed Jun 10, 2016
1 parent 89767d7 commit 3a9b852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,21 +265,21 @@ rokka.stacks.delete('myorg', 'mystack')

<!-- End ../src/apis/stacks.js -->

<!-- Start ../lib/apis/render.js -->
<!-- Start ../src/apis/render.js -->

#### rokka.render.getUrl()(organization, hash, mixed, format) → string
#### rokka.render.getUrl(organization, hash, mixed, format) → string

Get render URL.

```js
rokka.organizations.get('myorg')
rokka.render.getUrl('myorg', 'c421f4e8cefe0fd3aab22832f51e85bacda0a47a', 'mystack', 'png')
.then(function(result) {})
.catch(function(err) {});
```

---

<!-- End ../lib/apis/render.js -->
<!-- End ../src/apis/render.js -->

<!-- ENDDOCS -->

Expand Down
2 changes: 1 addition & 1 deletion docs/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var sources = [
'../src/apis/sourceimages.js',
'../src/apis/operations.js',
'../src/apis/stacks.js',
'../lib/apis/render.js'
'../src/apis/render.js'
]
, readme = '../README.md'
, tmpFile = './API.md';
Expand Down

0 comments on commit 3a9b852

Please sign in to comment.