Skip to content

Commit

Permalink
docs: Correct link references and adjust indentation (alan2207#223)
Browse files Browse the repository at this point in the history
* docs: fix indent

* docs: fix ci link

* docs: fix indent
  • Loading branch information
y-hsgw authored Nov 12, 2024
1 parent 5cdc208 commit 1deca0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Bulletproof React 🛡️ ⚛️

[![MIT License](https://img.shields.io/github/license/alan2207/bulletproof-react)](https://github.com/alan2207/bulletproof-react/blob/master/LICENSE)
[![CI](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml)
[![Next.js App CI](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-app-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-app-ci.yml)
[![Next.js Pages CI](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-pages-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-pages-ci.yml)
[![React Vite CI](https://github.com/alan2207/bulletproof-react/actions/workflows/react-vite-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/react-vite-ci.yml)

A simple, scalable, and powerful architecture for building production ready React applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ src
|
+-- stores # global state stores
|
+-- testing # test utilities and mocks
+-- testing # test utilities and mocks
|
+-- types # shared types used across the application
|
Expand Down

0 comments on commit 1deca0b

Please sign in to comment.