Skip to content

Commit

Permalink
Updating readme formatting (#187)
Browse files Browse the repository at this point in the history
* Updating readme formatting

* Updating tanstack/react-query
  • Loading branch information
avenmia committed Dec 22, 2023
1 parent c38223c commit 2ddc624
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.10.0",
"@tanstack/react-query": "^4.20.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
Expand Down
6 changes: 3 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Getting started with SQLite
Firstly, check if your machine already has SQLite. Many operating systems today come with SQLite pre-installed, but to verify run the following command:

```bash
$sqlite3
$sqlite3
```

If already installed, a message similar to the following will display:
Expand All @@ -160,13 +160,13 @@ sqlite>

If not already installed, continue below:

Windows Users
Windows Users

- Checkout [SQLiteTutorial.net](https://www.sqlitetutorial.net/download-install-sqlite/) for a quick and simple Windows setup.

Mac and Linux Users

1. Go to the [SQLite download page](https://www.sqlite.org/download.html) and download sqlite-autoconf-*.tar.gz from the **Source Code** section.
1. Go to the [SQLite download page](https://www.sqlite.org/download.html) and download sqlite-autoconf-\*.tar.gz from the **Source Code** section.
2. Run the following commands:

```bash
Expand Down

1 comment on commit 2ddc624

@vercel
Copy link

@vercel vercel bot commented on 2ddc624 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hierr – ./

hierr.vercel.app
hierr-git-main-codeforhawaii.vercel.app
hierr-codeforhawaii.vercel.app

Please sign in to comment.