Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Smriti S [email protected]
Signed-off-by: SmritiSatya <[email protected]>
  • Loading branch information
SmritiSatya committed Apr 25, 2024
1 parent aad62f3 commit 732c7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd litmus-docs

The docs website server can be setup manually or through docker compose

## Use embedmd command before commiting changes
## Use embedmd command before committing changes

The embedded code will be extracted from the file at `URL`, which can either be a relative path to a file in the local file system (using forward slashes as directory separator) or a URL starting with `http://` or `https://.`

Expand All @@ -45,7 +45,7 @@ _Installation:_
go install github.com/campoy/embedmd@latest
```

_Run embedmd (needs to be done before commiting the changes):_
_Run embedmd (needs to be done before committing the changes):_

- Follow the steps (from root directory) to run embedmd:

Expand All @@ -72,7 +72,7 @@ npm start

## Using Docker compose

### Install docker compose
### Install Docker compose

```bash
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Expand Down

0 comments on commit 732c7cf

Please sign in to comment.