Skip to content

Commit a1b5921

Browse files
committed
Update README.md
1 parent e0c0ccb commit a1b5921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Context context = new ContextBuilder()
4242
Then you need an executor and a mode:
4343

4444
```java
45-
CommandExecutor executor = NameApiRemoteExecutors.get()
45+
CommandExecutor executor = NameApiRemoteExecutors.get();
4646
Mode mode = NameApiModeFactory.minimal(context);
4747
```
4848

0 commit comments

Comments
 (0)