Skip to content

Commit 9eba45f

Browse files
committed
doc: better about
1 parent eba5d04 commit 9eba45f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.nano-staged.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ export default api => {
88
function prettify(api) {
99
const prettierFiles = api.filenames
1010
.filter(file =>
11-
['.js', '.css', '.njk', '.html', '.json'].includes(path.extname(file))
11+
['.js', '.md', '.css', '.njk', '.html', '.json'].includes(
12+
path.extname(file)
13+
)
1214
)
1315
.join(' ')
1416
return prettierFiles.length > 0 ? `prettier --write ${prettierFiles}` : ``

about.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ layout: base-simple-header.njk
44

55
## About
66

7-
We are a tiny team of developers that like to build stuff that works and is
8-
built with simplicity in mind.
7+
We are TinyTown.studio, a dedicated team of developers committed to creating
8+
solutions that _**just work**_ with a focus on simplicity and efficiency.
99

10-
Our primary goal is to help businesses, start-ups and indie developers who are
11-
just starting out and every basic tool out there in the market costs a lot more
12-
than they can afford.
10+
Our mission is to support businesses, start-ups, and indie developers by
11+
providing affordable and essential tools that meet their needs without breaking
12+
the bank.
1313

14-
We make all kinds of things but if there's a specific software / service you
15-
wish we made, you can get in touch with us on <[email protected]>
14+
We specialize in a wide range of software and services. If you have a specific
15+
requirement or a project in mind, please reach out to us at
16+

0 commit comments

Comments
 (0)