소스 검색

Update 'README.md'

Renamed from checklist to todolist
deadtom 1 주 전
부모
커밋
59c179bdf1
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,4 +1,4 @@
-# Checklist
+# ToDoList
 A web based app to add and check items off a list, which outputs a page that can be set up as a browser source in OBS.
 
 #### Setup
@@ -22,15 +22,15 @@ Deactivate your venv:
 deactivate
 ```
 
-#### Run Checklist with:
+#### Run ToDoList with:
 ```bash
-env/bin/python -m gunicorn -b 0.0.0.0:5022 -w 1 'checklist:create_app()'
+env/bin/python -m gunicorn -b 0.0.0.0:5022 -w 1 'todolist:create_app()'
 ```
 
 Of course, if you prefer to run your flask apps with something else, go for it.
 
 #### Adding the list to your streaming software, as an overlay
-<a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/list.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/list.png width=100></a>
+<a href=https://git.deadtom.me/deadtom/ToDoList/src/master/screenshots/list.png><img src=https://git.deadtom.me/deadtom/ToDoList/raw/master/screenshots/list.png width=100></a>
 
 Create a browser source, and point it to:
 
@@ -42,7 +42,7 @@ Be sure to check the box for "Refresh browser when scene becomes active"
 I've included "ListBackground.png" for use as an opaque background for your list in your streaming software, but of course use whatever you like.
 
 #### Manage your check list
-<a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/managelist.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/managelist.png width=100></a>
+<a href=https://git.deadtom.me/deadtom/ToDoList/src/master/screenshots/managelist.png><img src=https://git.deadtom.me/deadtom/ToDoList/raw/master/screenshots/managelist.png width=100></a>
 
 To add items to your list, or cross items off, go to: