Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
docs: fix structure section content
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Feb 22, 2021
1 parent 53e1a5a commit 857582f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ cd my-app
## Structure
```bash
.
├── .editorconfig
├── .gitignore
├── .prettierrc
├── README.md
├── package.json
├── node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-good-start",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"react",
"create-react-app",
Expand Down

0 comments on commit 857582f

Please sign in to comment.