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 e0c0ccb commit a1b5921Copy full SHA for a1b5921
README.md
@@ -42,7 +42,7 @@ Context context = new ContextBuilder()
42
Then you need an executor and a mode:
43
44
```java
45
-CommandExecutor executor = NameApiRemoteExecutors.get()
+CommandExecutor executor = NameApiRemoteExecutors.get();
46
Mode mode = NameApiModeFactory.minimal(context);
47
```
48
0 commit comments