Skip to content

Commit 9691adf

Browse files
committed
Re-work introduction a bit
- minimize the use of "application", defering this term to the end of the introduction where it is referenced as a glossary term - clean up the list of tools construction using semicolons
1 parent 1a59d74 commit 9691adf

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

doc/index.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ Annotator documentation
1313
.. highlight:: js
1414

1515
Welcome to the documentation for Annotator, an open-source JavaScript library
16-
for building annotation systems on the web. At its simplest, Annotator is an
17-
application that allows users to make textual annotations on any web page. You
18-
can deploy it using just a few lines of integration code.
16+
for building annotation systems on the web. At its simplest, Annotator
17+
enables textual annotations of any web page. You can deploy it using just a
18+
few lines of code.
1919

20-
Annotator is also a library of composable tools for annotation applications.
21-
It includes tools for capturing and manipulating DOM selections, tools for
22-
storage and persistence of annotations, and a variety of user interface
23-
components. You can use a few or many of these components together to build your
24-
own custom annotation-based application.
20+
Annotator is also a library of composable tools for capturing and manipulating
21+
DOM selections; storing, persisting and retrieving annotations; and creating
22+
user interfaces for annotation. You may use few or many of these components
23+
together to build your own custom annotation-based :term:`application`.
2524

26-
You can start learning about how to install and deploy Annotator below:
25+
Continue reading to learn about installing and deploying Annotator:
2726

2827

2928
.. toctree::

0 commit comments

Comments
 (0)