Skip to content

Commit 718bdb8

Browse files
author
Benjamin Coe
committed
fix: use a file other than README.md
1 parent fbff1d0 commit 718bdb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// no jsonp services worked, just use master
3838
console.log('falling back to master branch :(')
3939
return Flatdoc.run({
40-
fetcher: Flatdoc.github('yargs/yargs')
40+
fetcher: Flatdoc.github('yargs/yargs', 'docs/api.md')
4141
})
4242
}
4343
$.ajax(svc, {

0 commit comments

Comments
 (0)