File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ start an |App|. At its simplest, that looks like this::
19
19
20
20
You probably want to keep reading if you want your Annotator installation to be
21
21
useful straight away, as by default an |App | is extremely minimal. You can can
22
- easily add functionality from Annotator "modules": independent components that
23
- you can load into your application. For example, here we create an | App | that
24
- uses the default Annotator user interface ( :func: ` annotator.ui.main `), and
25
- the :func: `annotator.storage.http ` storage component in order to save
26
- annotations to a remote server::
22
+ easily add functionality from an Annotator :term: ` module `, an independent
23
+ components that you can load into your :term: ` application ` . For example, here
24
+ we create an | App | that uses the default Annotator user interface
25
+ ( :func: ` annotator.ui.main `), and the :func: `annotator.storage.http ` storage
26
+ component in order to save annotations to a remote server::
27
27
28
28
var app = new annotator.App();
29
29
app.include(annotator.ui.main);
You can’t perform that action at this time.
0 commit comments