Skip to content

Commit 48c70bd

Browse files
release
1 parent c213ce4 commit 48c70bd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ $hdb = Hamper::getInstance();
3131

3232
## Documentation
3333

34+
TEST
35+
36+
## All Functions
37+
3438

3539

3640
> The following methods are used to manipulate records into database

contrib/update-readme.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
$readme = file_get_contents('/app/README.md');
5656

5757
$updatedReadme = preg_replace(
58-
'/## Documentation.*## Changelog/s',
59-
'## Documentation'."\n\n".$toc."\n\n".$documentation."\n\n".'## Changelog',
58+
'/## All Functions.*## Changelog/s',
59+
'## All Functions'."\n\n".$toc."\n\n".$documentation."\n\n".'## Changelog',
6060
$readme
6161
);
6262

docs/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ $hdb = Hamper::getInstance();
3131

3232
## Documentation
3333

34+
TEST
35+
36+
## All Functions
37+
3438

3539

3640
> The following methods are used to manipulate records into database

0 commit comments

Comments
 (0)