Atualizar docs/README.md

This commit is contained in:
Onei de Barros Junior 2026-03-12 19:09:01 +00:00
parent 277574d84c
commit bf84505661
1 changed files with 24 additions and 50 deletions

View File

@ -1,50 +1,24 @@
### \# Project Template
# Project Template
###
## Template padrão para projetos do laboratório técnico.
### \## Template padrão para projetos do laboratório técnico.
### Estrutura:
###
```
### \### Estrutura:
###
### ```
###
### lab-template/
### README.md
### docs/
###   README.md
###   (DOCUMENTAÇÃO)
### src/
###   README.md
###   (CÓDIGO FONTE)
### scripts/
###   README.md
###   (SCRIPTS AUXILIARES)
### examples/
###   README.md
###   (EXEMPLOS)
###
### ```
###
lab-template/
README.md
docs/
README.md
(DOCUMENTAÇÃO)
src/
README.md
(CÓDIGO FONTE)
scripts/
README.md
(SCRIPTS AUXILIARES)
examples/
README.md
(EXEMPLOS)
```