diff --git a/README.md b/README.md index ec5dc84..059700b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ![Simple Golang Unit Testing](https://i.ytimg.com/vi/IorsKSduDaM/maxresdefault.jpg) -We will learn about implementing in Golang. +We will learn about implement unit testing in Golang. ## Topics : - Setting up the Golang Project - Defining the Product Entity - Connecting to the database -- Implementing Unit test with 1 feature to find data by ID +- Implementing Unit test with 1 feature, it's find data by ID ## Our Step : - In the first step, we create an entities to represent the structure of our data in the entity package @@ -22,4 +22,4 @@ We will learn about implementing in Golang. ## Notes : Last but not least, let's start to try to write a function that we think will be used many times in helpers. -Happy coding and keep learning 😜 \ No newline at end of file +Happy coding and keep learning 😜