Skip to content

Commit 4df8321

Browse files
Fix readme
1 parent 48bbf59 commit 4df8321

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Readme
2-
This repository contains the source code for [opcodeexplained.com].
2+
3+
This repository contains the source code for [https://opcodeexplained.com](https://opcodeexplained.com).
34

45
## Contribute
5-
If you see a page on the website you think could use some help, please consider opening and issue or pull request! Bitcoin Script is a complex system and attempting to build a small encyclopedia for it is no small affair. This project aims to be a strong reference that developers can rely on, and comments that help us further this goal are welcome.
6+
7+
If you see a page on the website you think could use some help, please consider opening an issue or pull request! Bitcoin Script is a complex system and attempting to build a small encyclopedia for it is no small affair. This project aims to be a strong reference that developers can rely on, and comments that help us further this goal are welcome.
68

79
## Local development
8-
This website uses the [VitePress] static site generator to build the site from markdown content to a fully mobile-friendly, searchable, and accessible website.
10+
11+
This website uses the [VitePress] static site generator to build the site from markdown content to a mobile-friendly, searchable, and accessible website.
912

1013
You can build the website locally like so:
1114
```shell
12-
git clone https://github.com/thunderbiscuit/opcode-explained
13-
cd ./opcode-explained/
15+
git clone https://github.com/thunderbiscuit/opcodeexplained.com
16+
cd ./opcodeexplained.com/
1417
npm install
1518
npm run docs:dev
1619
```
1720

18-
[opcodeexplained.com]: https://opcodeexplained.com/
1921
[VitePress]: https://vitepress.dev/

0 commit comments

Comments
 (0)