Delete superfluous README.md

This commit is contained in:
ok300
2023-08-04 15:54:12 +02:00
parent 7c1c5bf913
commit fe1aafb59d
2 changed files with 1 additions and 9 deletions

View File

@@ -14,5 +14,5 @@ To locally serve the docs run:
```bash
cargo install mdbook
mdbook build
mdbook serve
mdbook serve --open
```

View File

@@ -1,8 +0,0 @@
# Introduction
To generate the book locally:
```
# Run in breez-sdk-docs:
mdbook serve --open
```