From def7d9bc631b61b95d4ba94fea9a3fe4bddd065a Mon Sep 17 00:00:00 2001 From: Konstantin Chaika Date: Thu, 6 Mar 2025 12:54:45 +0400 Subject: [PATCH 1/2] Course name update --- course-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-info.yaml b/course-info.yaml index 5c8f0c9c..fd380c7d 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -1,5 +1,5 @@ type: marketplace -title: "Kotlin Onboarding: Object-Oriented programming" +title: "Kotlin Onboarding: Object-Oriented Programming" language: English vendor: name: JetBrains From d3d54753d2a9c9bab492382a60082a8d6a781c3d Mon Sep 17 00:00:00 2001 From: Konstantin Chaika Date: Thu, 6 Mar 2025 12:57:15 +0400 Subject: [PATCH 2/2] Course name update in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72fcf1c9..a2d7d5f2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Gradle Build With Detekt](https://github.com/jetbrains-academy/kotlin-onboarding-part2/actions/workflows/gradle-build-with-detekt.yml/badge.svg)](https://github.com/jetbrains-academy/kotlin-onboarding-part2/actions/workflows/gradle-build-with-detekt.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -# Kotlin Onboarding: Object-oriented programming +# Kotlin Onboarding: Object-Oriented Programming This course is designed for novices in Kotlin and focuses on the object-oriented (OOP) concepts of the Kotlin language. This is the second module of the course, the first module can be found on JetBrains [Marketplace](https://plugins.jetbrains.com/plugin/21067-kotlin-onboarding--introduction).