Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 22, 2024
1 parent 69b5aae commit e840527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

## Introduction
# Introduction

__PSX is an innovative PHP framework dedicated to build fully typed REST APIs.__

Expand Down
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

$content = file_get_contents($source);
if (str_ends_with($dest, 'intro.md')) {
$content = str_replace('## About', '## Introduction', $content);
$content = str_replace('## About', '# Introduction', $content);
}

$prefix = <<<TEXT
Expand Down

0 comments on commit e840527

Please sign in to comment.