瀏覽代碼

Merge pull request #13 from kimvanwyk/patch-1

Change from "redengine" to "redmail" for import line
Mikael Koli 4 年之前
父節點
當前提交
c3dcf4c21e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/tutorials/getting_started.rst

+ 2 - 2
docs/tutorials/getting_started.rst

@@ -7,7 +7,7 @@ Install the package from `Pypi <https://pypi.org/project/redmail/>`_:
 
 .. code-block:: console
 
-    pip install redengine
+    pip install redmail
 
 .. _configure:
 
@@ -53,4 +53,4 @@ You can just send emails by calling the method ``send``:
        text="Hi, this is an email."
    )
 
-Next tutorial covers sending emails more thoroughly.
+Next tutorial covers sending emails more thoroughly.