Skip to content

Commit 945234b

Browse files
committed
Format markdown
1 parent 92ab6d6 commit 945234b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

contracts/reflect/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ be done simply by running `cargo check` or `cargo unit-test`
6363

6464
Once you have your custom repo, you should check out
6565
[Developing](./Developing.md) to explain more on how to run tests and develop
66-
code. Or go through the
67-
[online tutorial](https://book.cosmwasm.com/index.html) to get a
68-
better feel of how to develop.
66+
code. Or go through the [online tutorial](https://book.cosmwasm.com/index.html)
67+
to get a better feel of how to develop.
6968

7069
[Publishing](./Publishing.md) contains useful information on how to publish your
7170
contract to the world, once you are ready to deploy it on a running blockchain.

contracts/staking/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ transferred to the owners account. (The ownership can also be transferred).
2828

2929
You should check out [Developing](./Developing.md) to explain more on how to run
3030
tests and develop code. Or go through the
31-
[online tutorial](https://book.cosmwasm.com/index.html) to get a
32-
better feel of how to develop.
31+
[online tutorial](https://book.cosmwasm.com/index.html) to get a better feel of
32+
how to develop.

0 commit comments

Comments
 (0)