Skip to content

Commit b3a4a70

Browse files
committed
Fix readme commit
1 parent f642799 commit b3a4a70

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
@@ -150,7 +150,6 @@ or pass a specific version string to force MCPM to download a specific version o
150150
```shell
151151
mcpm update # Updates all plugins to their latest versions
152152
mcpm update JedCore CoreProtect # Update ONLY JedCore & CoreProtect
153-
mcpm update JedCore --version "2.10.0-Spigot1.18-PK1.9.3" # Install only the 2.10.0 version of JedCore
154153
```
155154

156155
# List Installed Plugins
@@ -198,6 +197,7 @@ This allows plugins to be shared across servers and admins.
198197
You can also keep configurations for later and improve them as you learn more about the plugin landscape.
199198

200199
```
201-
mcpm export plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
202-
mcpm import plugins.txt # Import (install) every plugin contained in the plugins.txt file.
200+
mcpm export # export to a url
201+
mcpm export file plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
202+
mcpm import file plugins.txt # Import (install) every plugin contained in the plugins.txt file.
203203
```

0 commit comments

Comments
 (0)