Skip to content

Commit

Permalink
fix: rename readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 29, 2024
1 parent bc2725b commit 5d93638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .regen-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function underscoreToCamelCase($string, $capitalizeFirstCharacter = false)
return $str;
}

$readme = file_get_contents('./.github/README.md');
$readme = file_get_contents('./.github/README.template.md');
$json = json_decode(file_get_contents('openapi.json'), true);

$doc = '';
Expand Down

0 comments on commit 5d93638

Please sign in to comment.