From ab9735f1dd2f84016cd76444923c70988d382ce7 Mon Sep 17 00:00:00 2001 From: Mazen Rashed Date: Mon, 24 Oct 2022 02:40:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a198a..f541f84 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ dependencies { } ``` -#### We have "Student" class to explan the examples +#### We have "Student" as example ```kotlin data class Student(var name: String) ```