Skip to content

Commit e856f36

Browse files
authored
Update README.md
1 parent b3ea070 commit e856f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Features:
4141
```
4242
Or download release jars from https://github.com/scm4j/scm4j-vcs-svn/releases
4343
- Code snippet
44-
```java
44+
```java
4545
public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "svn-workspaces";
4646
IVCSWorkspace workspace = new VCSWorkspace(WORKSPACE_DIR);
4747
String repoUrl = "https://github.com/MyUser/MyRepo";
4848
IVCSRepositoryWorkspace repoWorkspace = workspace.getVCSRepositoryWorkspace(repoUrl);
4949
IVCS vcs = new SVNVCS(repoWorkspace, "username", "pass");
50-
```
50+
```
5151
- Use methods of `IVCS` interface. See [scm4j-vcs-api](https://github.com/scm4j/scm4j-vcs-api) for details
5252
- Use `vcs.setProxy()` and `vcs.setCredentials()` if necessary
5353

0 commit comments

Comments
 (0)