aboutsummaryrefslogtreecommitdiff
path: root/docs/onboarding/tweaking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/onboarding/tweaking.rst')
-rw-r--r--docs/onboarding/tweaking.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/onboarding/tweaking.rst b/docs/onboarding/tweaking.rst
index cab8e12..cc0fd32 100644
--- a/docs/onboarding/tweaking.rst
+++ b/docs/onboarding/tweaking.rst
@@ -1,13 +1,13 @@
-Tweaking fingerd
-================
+Tweaking pyfingerd
+==================
-In order to start tweaking fingerd using Python instead of the CLI, you
+In order to start tweaking pyfingerd using Python instead of the CLI, you
can import utilities from the module. The minimal code for running the
server is the following:
.. code-block:: python
- from fingerd import FingerServer
+ from pyfingerd import FingerServer
server = FingerServer()
server.serve_forever()