Skip to content

Commit 9acd0f8

Browse files
committed
chore: fixing readme links
1 parent 52fb5b2 commit 9acd0f8

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,27 @@
1212

1313
<p align="center">
1414
<a href="https://github.com/captableinc/captable/stargazers">
15-
<img src="https://img.shields.io/github/stars/captableinc/captable??style=flat&label=captable&logo=Github&color=2dd4bf&logoColor=fff" alt="Github" />
15+
<img src="https://img.shields.io/github/stars/captableinc/captable" alt="Github" />
1616
</a>
1717

1818
<a href="https://twitter.com/captableinc">
19-
<img src="https://img.shields.io/twitter/follow/captableinc?style=flat&label=%40Captable, Inc.&logo=twitter&color=0bf&logoColor=0bf" alt="Twitter" />
19+
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/captableinc">
2020
</a>
21+
22+
<a href="https://discord.gg/rCpqnD6G6p">
23+
<img src="https://img.shields.io/badge/Discord-Join%20us%20on%20Discord-purple" alt="Join us on Discord" />
24+
</a>
25+
2126
<a href="https://github.com/captableinc/captable/actions/workflows/release.yml">
2227
<img src="https://github.com/captableinc/captable/actions/workflows/release.yml/badge.svg?branch=main&title=CI" alt="CI" />
2328
</a>
29+
2430
<a href="https://github.com/captableinc/captable/blob/main/LICENSE">
2531
<img src="https://img.shields.io/github/license/captableinc/captable?label=license&logo=github&color=f80&logoColor=fff" alt="License" />
2632
</a>
27-
<a href="https://discord.gg/rCpqnD6G6p">
28-
<img src="https://img.shields.io/badge/Discord-Join%20us%20on%20Discord-purple" alt="Join us on Discord" />
29-
</a>
33+
3034
<a href="https://hub.docker.com/r/captable/captable">
31-
<img src="https://img.shields.io/badge/Docker-captable/captable-blue" alt="Docker image" />
35+
<img src="https://img.shields.io/badge/Docker%20Hub-captable/captable-blue" alt="Docker image" />
3236
</a>
3337
</p>
3438

@@ -73,10 +77,8 @@ We have a community of developers, designers, and entrepreneurs who are passiona
7377
<h3 id="stack">Stack</h3>
7478

7579
- [Next.js](https://nextjs.org)
76-
- [Prisma](https://prisma.io)
77-
- [Tailwind CSS](https://tailwindcss.com)
78-
- [tRPC](https://trpc.io)
79-
- [@shadcn/ui](https://ui.shadcn.com/)
80+
- [Tailwind](https://tailwindcss.com)
81+
- [Prisma ORM](https://prisma.io)
8082

8183
---
8284

@@ -127,8 +129,8 @@ When contributing to <strong>Captable, Inc.</strong>, whether on GitHub or in ot
127129

128130
```bash
129131

130-
docker compose run app pnpm db:migrate
131-
docker compose run app pnpm db:seed
132+
docker compose exec app pnpm db:migrate
133+
docker compose exec app pnpm db:seed
132134

133135
```
134136

@@ -176,7 +178,7 @@ When contributing to <strong>Captable, Inc.</strong>, whether on GitHub or in ot
176178
- Install [mailpit](https://mailpit.axllent.org/docs/install/) for SMTP and email interception
177179
- Create database `captable` in postgres database
178180
- Update `.env` file's `DATABASE_URL` with database credentials
179-
- For a quick start, you can use [Supabase](https://supabase.com/) or [Neon](https://neon.tech/) as well.
181+
- For a quick start, you can use [Supabase database](https://supabase.com/) or [Neon](https://neon.tech/) as well.
180182
- Run the following command to install dependencies
181183

182184
```bash

0 commit comments

Comments
 (0)