Skip to content

Commit e1eb1c0

Browse files
fixed typos in README.md
1 parent 5d000c2 commit e1eb1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This is a set of utility classes that might be of help when building interoperab
66
Clone/git pull the repo into any local directory.
77

88
```
9-
$ git clone https://github.com//intersystems-ru/interop-utils.git
9+
$ git clone https://github.com/intersystems-ru/interop-utils.git
1010
```
1111

1212
Open InterSystems IRIS terminal, switch to the target namespace and import the classes from /src folder.
1313

1414
```
15-
> do $System.OBJ.ImportDir("/tmp/iterop-utils/src/", "*.cls", "ckbud", .err, 1)
15+
> do $System.OBJ.ImportDir("/tmp/interop-utils/src/", "*.cls", "ckbud", .err, 1)
1616
```

0 commit comments

Comments
 (0)