Skip to content

Commit 5a213bb

Browse files
committed
Normalize project naming, Tweak readme headers
1 parent 732d648 commit 5a213bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Ethereum Code Viewer was born out of frustration, and it's here to fix all of th
3838
- Optimism L1CrossDomainMessenger: [Ethereum Code Viewer](https://etherscan.deth.net/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1#code) | [etherscan](https://etherscan.io/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1#code)
3939
- Dai Stablecoin: [Ethereum Code Viewer](https://etherscan.deth.net/address/0x6b175474e89094c44da98b954eedeac495271d0f#code) | [etherscan](https://etherscan.io/address/0x6b175474e89094c44da98b954eedeac495271d0f#code)
4040

41-
### Contributing
41+
## Contributing
4242

43-
#### Repository structure and package managers
43+
### Repository structure and package managers
4444

4545
The repository contains two packages, `ethereum-viewer` extension and the VSCode compilation meant for hosting it online.
4646

@@ -55,7 +55,7 @@ mkcert localhost
5555
mkcert -install
5656
```
5757

58-
#### Scripts
58+
### Scripts
5959

6060
- **`pnpm install`** - Installs dependencies for the workspace, `ethereum-viewer` extension, and triggers `yarn install` for `vscode-host` through the `postinstall` script.
6161

@@ -67,9 +67,9 @@ mkcert -install
6767

6868
- **`pnpm dev`** - Copies `ethereum-extension` and serves `vscode-host`. Run alongside `pnpm watch`.
6969

70-
#### Resources
70+
### Resources
7171

72-
Ethereum Viewer is a VSCode Web Extension using FileSystemProvider API to show sources of deployed Ethereum smart contracts.
72+
Ethereum Code Viewer is a VSCode Web Extension using FileSystemProvider API to show sources of deployed Ethereum smart contracts.
7373
The following links might be provide some insight, if you're not familiar with some of the aforementioned terms.
7474

7575
- https://code.visualstudio.com/api/extension-guides/web-extensions

packages/vscode-host/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>VSCode Web</title>
5+
<title>Ethereum Code Viewer</title>
66
<script
77
defer
88
data-domain="ecv.deth.net"

0 commit comments

Comments
 (0)