소스 검색

Change from "redengine" to "redmail" for import line

Kim van Wyk 4 년 전
부모
커밋
31678a9e25
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.