From b4adf8ebcfa7d3e9ff1bca58fce21c4db240d78e Mon Sep 17 00:00:00 2001 From: atymic Date: Wed, 5 Feb 2020 16:20:16 +1100 Subject: [PATCH] chore: fix casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d3df11..1d9792a 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Building GitHub Actions in Node.js](https://jasonet.co/posts/building-github-actions-in-node/) - [GitHub Actions on Android project](http://vgaidarji.me/blog/2019/01/27/github-actions) - [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/) -- [Zero Downtime Laravel Deployments with Github Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) +- [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) - [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a)