Skip to content

Commit

Permalink
Fix all markdown language hints
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Nov 28, 2019
1 parent f22897b commit 66ba683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The docker images are build locally on the developer machine:

```!sh
```sh
cd .circleci/docker/

docker build -t ethereum/solidity-buildpack-deps:ubuntu1904-<revision> -f Dockerfile.ubuntu1904 .
Expand All @@ -21,7 +21,7 @@ where the image tag reflects the target OS and revision to build Solidity and ru

### Testing docker images locally

```!sh
```sh
cd solidity
# Mounts your local solidity directory in docker container for testing
docker run -v `pwd`:/src/solidity -ti ethereum/solidity-buildpack-deps:ubuntu1904-<revision> /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Instructions about how to build and install the Solidity compiler can be found i

A "Hello World" program in Solidity is of even less use than in other languages, but still:

```
```solidity
pragma solidity ^0.5.0;
contract HelloWorld {
Expand Down

0 comments on commit 66ba683

Please sign in to comment.