Skip to content

Commit d22d506

Browse files
committed
Update
1 parent 95c4e0d commit d22d506

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Upload binaries to release
3434
uses: Shopify/upload-to-release@v1.0.1
3535
with:
36-
name: PaperShelled=-${{ env.RELEASE_VERSION }}.jar
36+
name: PaperShelled-${{ env.RELEASE_VERSION }}.jar
3737
path: build/libs/PaperShelled-${{ env.RELEASE_VERSION }}.jar
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Paper plugin mixin development framework.
44

55
## Usage
66

7-
1. Download the [PaperShelled.jar](https://github.com/Apisium/PaperShelled/releases/latest/download/PaperShelled.jar)
7+
1. Download the [PaperShelled.jar](https://github.com/Apisium/PaperShelled/releases/latest)
88
2. Put the downloaded jar file into your MineCraft server root directory.
99
3. Start your MineCraft server with the following command line parameters:
1010

0 commit comments

Comments
 (0)