diff --git a/README.md b/README.md index c2e04f49..86e73375 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ tuono dev ## Folder structure ``` -| public/ -- src/ - | routes/ - | styles/ -| package.json -| Cargo.toml -| .gitignore -| 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 a07d4af7..be7e26a2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -38,15 +38,15 @@ Open it with your favourite code editor. The project will have the following structure: -```bash -| public/ -- src/ - | routes/ - | styles/ -| package.json -| Cargo.toml -| .gitignore -| 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