Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 17aa49b

Browse files
authored
[R] Translate maven import to english
1 parent 5cab2ca commit 17aa49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/README.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tutorial on creating a Minecraft config: https://www.spigotmc.org/wiki/creating-
3333
Maven Import:
3434
--------
3535

36-
没有添加 JitPack 的 Repo 的话首先添加 Repo,在 pom 里面把这些粘贴进去:
36+
Add the JitPack repo into your `pom.xml` first:
3737

3838
```xml
3939
<repositories>
@@ -44,7 +44,7 @@ Maven Import:
4444
</repositories>
4545
```
4646

47-
然后添加这个库:
47+
Then you can add this library as dependency:
4848

4949
```xml
5050
<dependency>
@@ -54,4 +54,4 @@ Maven Import:
5454
</dependency>
5555
```
5656

57-
然后ReImport之后就导入好了!
57+
Make sure you reimport if you're using IntelliJ IDEA!

0 commit comments

Comments
 (0)