Skip to content

Commit 089ce42

Browse files
author
root
committed
fix: correct repository URL and directory name in README.md
- Update clone URL from generic 'seu-usuario/helpdev.git' to actual 'gbzarelli/helpdev.com.br.git' - Fix directory name in clone instructions from 'helpdev' to 'helpdev.com.br' - Update project structure section to reflect correct directory name
1 parent 965f1d1 commit 089ce42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ O HelpDev é um portal dedicado a compartilhar conhecimento sobre desenvolviment
3232

3333
1. Clone o repositório:
3434
```bash
35-
git clone https://github.com/seu-usuario/helpdev.git
36-
cd helpdev
35+
git clone https://github.com/gbzarelli/helpdev.com.br.git
36+
cd helpdev.com.br
3737
```
3838

3939
2. Instale as dependências:
@@ -89,7 +89,7 @@ O projeto inclui um arquivo `.htaccess` com as seguintes configurações:
8989
## 📝 Estrutura do Projeto
9090

9191
```
92-
helpdev/
92+
helpdev.com.br/
9393
├── src/
9494
│ ├── app/
9595
│ │ ├── components/

0 commit comments

Comments
 (0)