Skip to content

Commit

Permalink
Update README.md (deploy button fix)
Browse files Browse the repository at this point in the history
An old deploy button https://vercel.com/new/project?template=https://github.com/juicyfx/vercel-examples/tree/master/php has a project in path and template as a GET parameter, which aren't longer supported. The new correct format is https://vercel.com/new/clone?repository-url=https://github.com/juicyfx/vercel-examples/tree/master/php.
  • Loading branch information
w9w authored and f3l1x committed Aug 30, 2024
1 parent e1ade1d commit 25ad846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ vercel

Are you ready to deploy your first PHP project to Vercel? Click & Go!

<a href="https://vercel.com/new/project?template=https://github.com/juicyfx/vercel-examples/tree/master/php"><img src="https://vercel.com/button"></a>
<a href="https://vercel.com/new/clone?repository-url=https://github.com/juicyfx/vercel-examples/tree/master/php"><img src="https://vercel.com/button"></a>

## 🤗 Features

Expand Down

0 comments on commit 25ad846

Please sign in to comment.