From 38b6cc8c65e1372590e52e761ad1e3c4f080208c Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 15 Jun 2024 14:36:09 +0200 Subject: [PATCH] fix: broken icons in readme tree --- README.md | 16 ++++++++-------- docs/tutorial.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) 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