Skip to content

Commit aa682e8

Browse files
AnkaAnka
authored andcommitted
Auto updating db and README.md
1 parent 3c4532d commit aa682e8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,6 +2126,7 @@
21262126
<img src="https://www.google.com/s2/favicons?domain=https://www.ratatype.com/&sz=128" width="16" /> | [Ratatype](https://www.ratatype.com/) | Learn to type faster. Take touch typing lessons, practice your keyboarding skills online, take a typing test and get typing speed certificate for free. | learn to type, typing tutor, touch typing, keyboarding, online typing tutor, touch type |
21272127
<img src="https://www.google.com/s2/favicons?domain=https://github.com/antfu/retypewriter&sz=128" width="16" /> | [reTypewriter](https://github.com/antfu/retypewriter) | Replay the steps of your changes at ease. A diff based typing simulator. | |
21282128
<img src="https://www.google.com/s2/favicons?domain=https://www.typelit.io&sz=128" width="16" /> | [TypeLit](https://www.typelit.io) | Practice typing by retyping entire novels. | typing |
2129+
<img src="https://www.google.com/s2/favicons?domain=https://typersguild.com&sz=128" width="16" /> | [Typersguild](https://typersguild.com) | Master typing by typing out classic literature and wikipedia articles | typing, touch typing, type books, type wikipedia |
21292130
<img src="https://www.google.com/s2/favicons?domain=https://typingbeast.com&sz=128" width="16" /> | [TypingBeast](https://typingbeast.com) | Practice touch typing on various modes including zen mode, maintain streak and compete in leaderboards. | typing, touch typing, typing zen, typing streak, typing leaderboards |
21302131
<img src="https://www.google.com/s2/favicons?domain=https://www.typingclub.com/&sz=128" width="16" /> | [TypingClub](https://www.typingclub.com/) | Learn touch typing online using TypingClub's free typing courses. It includes 650 typing games, typing tests and videos. | typing, typing tutorial, free touch typing tutorial, touch typing, typing game |
21312132
<img src="https://www.google.com/s2/favicons?domain=https://vim-adventures.com/&sz=128" width="16" /> | [Vim Adventures](https://vim-adventures.com/) | VIM Adventures is an online game based on VIM's keyboard shortcuts. It's the "Zelda meets text editing" game. So come have some fun and learn some VIM! | |

db/resources.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"count": 1058,
2+
"count": 1059,
33
"data": [
44
{
55
"name": "1001 Fonts",
@@ -11527,6 +11527,20 @@
1152711527
"typing"
1152811528
]
1152911529
},
11530+
{
11531+
"name": "Typersguild",
11532+
"categories": [
11533+
"Typing"
11534+
],
11535+
"description": "Master typing by typing out classic literature and wikipedia articles",
11536+
"url": "https://typersguild.com",
11537+
"keywords": [
11538+
"typing",
11539+
"touch typing",
11540+
"type books",
11541+
"type wikipedia"
11542+
]
11543+
},
1153011544
{
1153111545
"name": "TypingBeast",
1153211546
"categories": [

resources/t.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export const resources: Resource[] = [
491491
url: 'https://www.typelit.io',
492492

493493
keywords: ['typing'],
494-
},
494+
},
495495
{
496496
name: 'Typersguild',
497497
categories: ['Typing'],

0 commit comments

Comments
 (0)