Skip to content

Commit

Permalink
Use that glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Apr 25, 2015
1 parent 16b4b7f commit 204dc8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ start an |App|. At its simplest, that looks like this::

You probably want to keep reading if you want your Annotator installation to be
useful straight away, as by default an |App| is extremely minimal. You can can
easily add functionality from Annotator "modules": independent components that
you can load into your application. For example, here we create an |App| that
uses the default Annotator user interface (:func:`annotator.ui.main`), and
the :func:`annotator.storage.http` storage component in order to save
annotations to a remote server::
easily add functionality from an Annotator :term:`module`, an independent
components that you can load into your :term:`application`. For example, here
we create an |App| that uses the default Annotator user interface
(:func:`annotator.ui.main`), and the :func:`annotator.storage.http` storage
component in order to save annotations to a remote server::

var app = new annotator.App();
app.include(annotator.ui.main);
Expand Down

0 comments on commit 204dc8c

Please sign in to comment.