Update README options table

This commit is contained in:
Joe Rickerby
2020-06-23 09:59:22 +01:00
parent e3b272201e
commit a03a26c90e
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ optional arguments:
var url = 'https://cibuildwheel.readthedocs.io/en/stable/options/#'+option.id;
var namesMarkdown = $.map(optionNames, function(n) {
return '[`'+n+'`]('+url+') '
}).join(' ')
}).join(' <br> ')
markdown += '| '+namesMarkdown+' '
markdown += '| '+option.description.trim()+' '