diff --git a/README.md b/README.md index 86e73375..b6ff25ce 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ tuono dev ## Folder structure ``` -├──  package.json -├──  public -├──  src -│ ├──  routes -│ └──  styles -├──  Cargo.toml -├──  README.md -└──  tsconfig.json +├── package.json +├── public +├── src +│ ├── routes +│ └── styles +├── Cargo.toml +├── README.md +└── tsconfig.json ``` ## License diff --git a/docs/tutorial.md b/docs/tutorial.md index ca6246bf..ed951849 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -53,14 +53,14 @@ Open it with your favourite code editor. The project will have the following structure: ``` -├──  package.json -├──  public -├──  src -│ ├──  routes -│ └──  styles -├──  Cargo.toml -├──  README.md -└──  tsconfig.json +├── package.json +├── public +├── src +│ ├── routes +│ └── styles +├── Cargo.toml +├── README.md +└── tsconfig.json ``` **public/**: put here all the files you want to be public