Skip to content

Commit 58d353d

Browse files
committed
improve readme and pom
1 parent b28a829 commit 58d353d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ npx hyperbook dev
2222

2323
## Library
2424

25-
If you want to work on the library. You need a Java environment and Ant. Then you can use the following command to build
25+
If you want to work on the library. You need a Java environment and Maven. Then you can use the following command to build
2626
the library.
2727

2828
```
29-
mvn clean package
29+
mvn compile
3030
```
3131

3232
You can release the library with the following command:
@@ -37,7 +37,7 @@ mvn deploy
3737

3838
## Maintainer
3939

40-
Mike Barkmin • [Twitter](https://twitter.com/mikebarkmin)[GitHub](https://github.com/mikebarkmin/)
40+
Mike Barkmin • [Mastodon](https://bildung.social/@mikebarkmin)[GitHub](https://github.com/mikebarkmin/)
4141

4242
## Support
4343

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>jar</packaging>
1010

1111
<name>Scratch for Java</name>
12-
<description>Scratch for Java Library</description>
12+
<description>Scratch for Java is a Java library that replicates the functionality and concepts of Scratch, helping learners transition from block-based programming to text-based coding in Java. It provides an approachable API inspired by Scratch blocks, making it easier for beginners to understand programming concepts while gaining experience with real Java syntax and tools.</description>
1313
<url>https://scratch4j.openpatch.org</url>
1414

1515
<licenses>
@@ -37,7 +37,7 @@
3737
<properties>
3838
<maven.compiler.source>17</maven.compiler.source>
3939
<maven.compiler.target>17</maven.compiler.target>
40-
40+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<libs.processing>4.4.6</libs.processing>
4242
<libs.jackson>2.19.2</libs.jackson>
4343
</properties>

0 commit comments

Comments
 (0)