Skip to content

Commit

Permalink
(hotfix) fixes img import path
Browse files Browse the repository at this point in the history
  • Loading branch information
benammann committed Aug 6, 2022
1 parent 6b61977 commit ef5f48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Git Secrets encrypts your passwords and configurations for multiple environments

### Demo

![](img/git-secrets-demo.gif)
![](./img/git-secrets-demo.gif)

### Examples

Expand Down Expand Up @@ -142,7 +142,7 @@ git secrets render env -c prod

`Git-Secrets` provides a simple command to scan for plain secrets in the project files.

![](img/git-secrets-scan-demo.png)
![](./img/git-secrets-scan-demo.png)

````bash
# scan all files added to git
Expand Down

0 comments on commit ef5f48d

Please sign in to comment.