Skip to content

Commit bbff7c5

Browse files
authored
Update README.md
1 parent 848f91f commit bbff7c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ It's also good thing to create `.vercelignore` file and put `/vendor` folder to
277277
</details>
278278

279279
<details>
280-
<summary>5. How to override <a href="https://www.php.net/manual/en/ini.list.php">php.ini</a> / <a href="https://www.php.net/manual/en/configuration.file.php">php configuration</a> ?</summary>
280+
<summary>5. How to override <a href="https://www.php.net/manual/en/ini.list.php">php.ini</a> / <a href="https://www.php.net/manual/en/configuration.file.php">php configuration</a>?</summary>
281281

282282
Yes, you can override php configuration. Take a look at [default configuration](https://phpshow.vercel.app/) at first.
283283
Create a new file `api/php.ini` and place there your configuration. Don't worry, this particulary file will be
@@ -312,7 +312,7 @@ memory_limit=1024M
312312
</details>
313313

314314
<details>
315-
<summary>6. How to exclude some files or folders ?</summary>
315+
<summary>6. How to exclude some files or folders?</summary>
316316

317317
Runtimes support excluding some files or folders, [take a look at doc](https://vercel.com/docs/configuration?query=excludeFiles#project/functions).
318318

@@ -331,7 +331,7 @@ If you want to exclude files before uploading them to Vercel, use `.vercelignore
331331
</details>
332332

333333
<details>
334-
<summary>7. How to call composer script(s) ?</summary>
334+
<summary>7. How to call composer script(s)?</summary>
335335

336336
Calling composer scripts during build phase on Vercel is supported via script named `vercel`. You can easilly call php, npm or node.
337337

0 commit comments

Comments
 (0)