We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759bea1 commit 58a4874Copy full SHA for 58a4874
doc/upgrading.rst
@@ -130,8 +130,8 @@ in Annotator 2.0::
130
app.annotations.load({uri: window.location.href});
131
});
132
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
+We first create an Annotator extension module that sets the ``uri`` property
+property on new annotations. Then we create and configure an
135
:class:`~annotator.App` that includes the :func:`annotator.storage.http` module.
136
Lastly, we start the application and load the annotations using the same query
137
as in the 1.2 example.
0 commit comments