Commit 0f0a81a7 authored by Diederik Loerakker's avatar Diederik Loerakker Committed by GitHub

specs: fix markdown lint in meta spec doc (#2999)

parent 0969b6d4
...@@ -3,26 +3,28 @@ ...@@ -3,26 +3,28 @@
## Go modules ## Go modules
Go modules that are currently versioned: Go modules that are currently versioned:
```
./op-batcher ```text
./op-bindings ./op-batcher
./op-node ./op-bindings
./op-proposer ./op-node
./op-e2e ./op-proposer
./op-e2e
``` ```
Go modules which are not yet versioned: Go modules which are not yet versioned:
```
./batch-submitter (changesets) ```text
./bss-core ./batch-submitter (changesets)
./gas-oracle (changesets) ./bss-core
./indexer (changesets) ./gas-oracle (changesets)
./l2geth (changesets) ./indexer (changesets)
./l2geth-exporter (changesets) ./l2geth (changesets)
./op-exporter (changesets) ./l2geth-exporter (changesets)
./proxyd (changesets) ./op-exporter (changesets)
./teleportr (changesets) ./proxyd (changesets)
./state-surgery ./teleportr (changesets)
./state-surgery
``` ```
### versioning process ### versioning process
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment