Skip to content

Commit

Permalink
fix: correct case for Next.js (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Apr 7, 2022
1 parent a840b45 commit e7ec38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dict/softwares.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"neo4j": "Neo4j",
"nestjs": "NestJS",
"netbios": "NetBIOS",
"next.js": "Next.js",
"nextjs": "Next.js",
"nocodb": "NocoDB",
"node.js": "Node.js",
"nosql": "NoSQL",
Expand Down
2 changes: 2 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('should', () => {
`
Github GitHub github GITHUB
vscode VScode VS Code VSCODE vs code VS code
nextjs Nextjs NextJS Next.js
`,
'',
)
Expand All @@ -17,6 +18,7 @@ vscode VScode VS Code VSCODE vs code VS code
"
GitHub GitHub github GITHUB
vscode VS Code VS Code VSCODE vs code VS Code
nextjs Next.js Next.js Next.js
"
`)
})
Expand Down

0 comments on commit e7ec38d

Please sign in to comment.