diff --git a/README.md b/README.md index bf17550..e4c3630 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # test-automation workflow tutorial ![Workflow](https://github.com/admeeer/cicd-tutorial/actions/workflows/build_and_test.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -This tutorial is designed to get you up and running with GitHub Actions to automate your project's software lifecycle. GitHub Actions serve as a powerful tool for developers by automating the build, test, and deploy phases of an application. +This tutorial is designed to get you up and running with GitHub Actions to automate your project's software lifecycle. GitHub Actions versatility extend much further, but this tutorial focuses specifically on automating the build, test, and deployment phases of an application. ## Table of Contents - [Forking the repository and executing the default workflow](#forking-the-repository-and-executing-the-default-workflow)