typo
This commit is contained in:
parent
7c64811967
commit
3df8399b79
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -24,9 +24,9 @@ extensions = [
|
||||||
|
|
||||||
You can use d2lang in sphinx directive
|
You can use d2lang in sphinx directive
|
||||||
|
|
||||||
`source/index.rst`
|
`source/index.rest`
|
||||||
|
|
||||||
```rst
|
```rest
|
||||||
Hello World
|
Hello World
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Hello World
|
||||||
|
|
||||||
You can use an external file like this
|
You can use an external file like this
|
||||||
|
|
||||||
```rst
|
```rest
|
||||||
Hello World
|
Hello World
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ There is two options you can use
|
||||||
|
|
||||||
You can specify layout engine to use
|
You can specify layout engine to use
|
||||||
|
|
||||||
```rst
|
```rest
|
||||||
Hello World
|
Hello World
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ Hello World
|
||||||
|
|
||||||
#### Output filename
|
#### Output filename
|
||||||
|
|
||||||
```rst
|
```rest
|
||||||
Hello World
|
Hello World
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue