Skip to content

Commit

Permalink
corrige commentaires .Renviron (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
py-b authored Apr 3, 2023
1 parent ea15ed7 commit 970b7d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ commande `usethis::edit_r_environ("user")`.
Ajoutez ces deux lignes dans votre fichier `.Renviron` :

``` bash
INSEE_APP_KEY=xxxxxxxxxxxxxxxxxx # clef du consommateur
INSEE_APP_SECRET=yyyyyyyyyyyyyyyyyy # secret du consommateur
# clef du consommateur
INSEE_APP_KEY=xxxxxxxxxxxxxxxxxx
# secret du consommateur
INSEE_APP_SECRET=yyyyyyyyyyyyyyyyyy
```

Sauvegardez ce fichier et **redémarrez votre session R**.
Expand Down

0 comments on commit 970b7d0

Please sign in to comment.