Skip to content

Commit c3136b2

Browse files
committed
fix readme
1 parent fad0d3a commit c3136b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersyst
33

44
## Setup working directory ( optional )
55
```
6-
NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
6+
NS> w ##class(sc.code).workdir("/path/to/your/working/directory/")
77
```
88
## Export to working directory:
99
```
10-
NS> d ##class(sc.all).export()
10+
NS> d ##class(sc.code).export()
1111
```
1212
## Import:
1313
```
14-
NS> d ##class(sc.all).import()
14+
NS> d ##class(sc.code).import()
1515
```

0 commit comments

Comments
 (0)