Skip to content

Commit 573f36d

Browse files
readme update
1 parent a941207 commit 573f36d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ An UML Class explorer for InterSystems Caché.
55
+ Build class diagrams;
66
+ Build diagrams for any package or subpackage;
77
+ Edit diagrams after build;
8+
+ Switch between strict UML notation and designed view;
89
+ Export diagrams as an image;
910
+ See Class methods, properties, parameters, SQL queries and more;
11+
+ See any keywords and related information by hovering over everything with pointer;
1012
+ View class methods code with syntax highlighting;
1113
+ Zoom in and out;
1214
+ Search on diagram or in class tree;
@@ -18,17 +20,17 @@ An UML Class explorer for InterSystems Caché.
1820

1921
## Installation
2022

21-
To install latest Caché UML Explorer, you just need to import UMLExplorer package. Download the
23+
To install latest Caché Class Explorer, you just need to import ClassExplorer package. Download the
2224
archive from [latest releases](https://github.com/intersystems-ru/UMLExplorer/releases), and then import
2325
<code>Cache/CacheUMLExplorer-vX.X.X.xml</code> file.
2426

2527
###### Web application
26-
Note that importing UMLExplorer.WebAppInstaller class will also create a /UMLExplorer application.
28+
Note that importing ClassExplorer.WebAppInstaller class will also create a /ClassExplorer application.
2729
If you want to create WEB application manually, please, do not import this class. Anyway, <b>
2830
importing this class requires %SYS permission.</b>
2931

3032
## Usage
31-
Visit <code>[server domain and port]/UMLExplorer/</code> (slash at end required) to enter
33+
Visit <code>[server domain and port]/ClassExplorer/</code> (slash at end required) to enter
3234
application.
3335

3436
## Build

0 commit comments

Comments
 (0)