Skip to content

Commit 58a4874

Browse files
committed
Delete aside about plugins
No one will remember them soon and the document makes clear earlier on that the nomenclature has changed.
1 parent 759bea1 commit 58a4874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/upgrading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ in Annotator 2.0::
130130
app.annotations.load({uri: window.location.href});
131131
});
132132

133-
We first create an Annotator extension module (once known as a plugin) that sets
134-
the ``uri`` property on new annotations. Then we create and configure an
133+
We first create an Annotator extension module that sets the ``uri`` property
134+
property on new annotations. Then we create and configure an
135135
:class:`~annotator.App` that includes the :func:`annotator.storage.http` module.
136136
Lastly, we start the application and load the annotations using the same query
137137
as in the 1.2 example.

0 commit comments

Comments
 (0)