Skip to content

Commit 227568d

Browse files
committed
Modify User guy
1 parent 172d77f commit 227568d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.example'
9-
version '1.0-SNAPSHOT'
9+
version ''
1010

1111
repositories {
1212
mavenCentral()
@@ -44,7 +44,7 @@ application {
4444
}
4545

4646
shadowJar {
47-
archiveBaseName = "duke"
47+
archiveBaseName = "Duke"
4848
archiveClassifier = null
4949
}
5050

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Duke User Guide
22

3-
<p align="centre">
3+
<p align="center">
44
<img src="./Ui.png" width="400" heigh = "600">
55
</p>
66

0 commit comments

Comments
 (0)