Commit cc7369ad authored by Quentin Hamitouche's avatar Quentin Hamitouche

Correction petite faute dans le readme

parent 4f478b8b
...@@ -53,7 +53,7 @@ Nous avons effectué beaucoup de peer programming. Néanmoins, le travail côté ...@@ -53,7 +53,7 @@ Nous avons effectué beaucoup de peer programming. Néanmoins, le travail côté
```bash ```bash
git clone <url-du-repo> git clone <url-du-repo>
cd voting-dapp cd ci
npm install npm install
``` ```
...@@ -87,10 +87,10 @@ En cas de problème, exécuter arrêter le noeud puis exécuter cette commande : ...@@ -87,10 +87,10 @@ En cas de problème, exécuter arrêter le noeud puis exécuter cette commande :
npx hardhat clean npx hardhat clean
``` ```
5. **Configurer et démarrer le frontend Angular** 5. **Configurer et démarrer le frontend**
```bash ```bash
cd frontend-angular cd frontend
npm install npm install
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment