Skip to content

Commit 99c1186

Browse files
committed
Change todo to task in docs
1 parent f828550 commit 99c1186

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This application is a task list with task repetition with level and experience points,
44
and it stores to local storage using `vuex-persistedstate`.
5-
Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
5+
Try it on Netlify: https://gamification-task-list-vue-typescript.netlify.app/
66

77
## Contents
88

99
- `src`: Source for Vue, SCSS, and TypeScript files.
1010
- `src/components`: Vue components to render as HTML with SCSS styles.
1111
- `src/store`: Vuex store and store options.
1212

13-
Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
13+
Try it on Netlify: https://gamification-task-list-vue-typescript.netlify.app/
1414

1515
## Features
1616

@@ -21,7 +21,7 @@ Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
2121
## Set up the application
2222

2323
```
24-
git clone https://github.com/lulunac27a/gamification-todo-list-vue-typescript.git
24+
git clone https://github.com/lulunac27a/gamification-task-list-vue-typescript.git
2525
npm install
2626
```
2727

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This application is a task list with task repetition with level and experience points,
44
and it stores to local storage using `vuex-persistedstate`.
5-
Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
5+
Try it on Netlify: https://gamification-task-list-vue-typescript.netlify.app/
66

77
## Contents
88

99
- `src`: Source for Vue, SCSS, and TypeScript files.
1010
- `src/components`: Vue components to render as HTML with SCSS styles.
1111
- `src/store`: Vuex store and store options.
1212

13-
Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
13+
Try it on Netlify: https://gamification-task-list-vue-typescript.netlify.app/
1414

1515
## Features
1616

@@ -21,7 +21,7 @@ Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
2121
## Set up the application
2222

2323
```
24-
git clone https://github.com/lulunac27a/gamification-todo-list-vue-typescript.git
24+
git clone https://github.com/lulunac27a/gamification-task-list-vue-typescript.git
2525
npm install
2626
```
2727

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
site_name: Gamification Todo List using Vue and TypeScript
1+
site_name: Gamification Task List using Vue and TypeScript
22
theme: material
3-
repo_url: https://github.com/lulunac27a/gamification-todo-list-vue-typescript
3+
repo_url: https://github.com/lulunac27a/gamification-task-list-vue-typescript

0 commit comments

Comments
 (0)