Skip to content

Commit f905190

Browse files
Merge pull request #5 from chulphan/patch-4
fix typo
2 parents e6b2e25 + 237f54a commit f905190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ and the [`/` route](./backend/src/main/kotlin/com/powple/backend/config/RoutesCo
5050

5151
Then add in [settings.gradle.kts](./settings.gradle.kts):
5252

53-
```groovy
54-
include 'backend'
53+
```kotlin
54+
include('backend')
5555
```
5656

5757
### Options
@@ -136,7 +136,7 @@ and at the end, make `processResources` task from the backend to depends on fron
136136

137137
1. First, add in [settings.gradle.kts](./settings.gradle.kts) before backend:
138138

139-
```groovy
139+
```kotlin
140140
include("frontend")
141141
```
142142

0 commit comments

Comments
 (0)