Skip to content

Commit f006993

Browse files
authored
Update README.md
1 parent c7b4497 commit f006993

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Class data verifier. Utility validates Caché classes properties data according the properties type.
33

44

5-
##Use
6-
Import classes and call one of the entry points:
5+
### Use Import classes and call one of the entry points:
76

87
s st = ##class(CDV.CDV).ScanAllClasses(.Oid) - for all user classes
98
s st = ##class(CDV.CDV).ScanSubclassesOf(Class, .Oid) - for subclasses
@@ -17,7 +16,7 @@ Arguments:
1716
- `Class` - Scan all subclasses Of a class (and class itself).
1817
- `Mask` - Passed into the SQL query `SELECT ID FROM %Dictionary.ClassDefinition Where ID LIKE ?`
1918

20-
##Example
19+
### Example
2120

2221
1. Import CDV.CDV into desired namespace
2322
2. Run in terminal:

0 commit comments

Comments
 (0)