We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80727b commit 57ca551Copy full SHA for 57ca551
README.md
@@ -66,8 +66,7 @@ Using the static method `CommandCore.init(...)` initializes CommandCore. After d
66
### 2) Create a command
67
68
```java
69
-import com.datasiqn.commandcore.argument.ArgumentType;
70
-import com.datasiqn.commandcore.command.Command;
+import com.datasiqn.commandcore.argument.type.ArgumentType;
71
import com.datasiqn.commandcore.command.builder.*;
72
73
public class GreetCommand {
0 commit comments