@@ -46,6 +46,7 @@ This repository contains a
4646with the formal JSON Schemas defined by this project (in YAML format).
4747
4848This repository also contains the source materials for the following NPM packages:
49+
4950- ** @ethdebug/format ** in
5051 [ ` packages/format/ ` ] ( https://github.com/ethdebug/format/tree/main/packages/format )
5152 distributes the formal schemas for use in TypeScript
@@ -75,6 +76,7 @@ To build and run the site locally, please ensure you have Node.js
7576(LTS or better) and ` yarn ` installed globally.
7677
7778First, clone this repo and install the Node.js dependencies:
79+
7880``` console
7981git clone https://github.com/ethdebug/format.git
8082cd format
@@ -96,10 +98,12 @@ This project uses a dual-license approach:
9698
9799- All other code and documentation in this repository is licensed under the [ MIT License] ( LICENSE ) .
98100
99- [ ^ 1 ] : See [ Debugging data format -
100- Wikipedia] ( https://en.wikipedia.org/wiki/Debugging_data_format )
101+ [ ^ 1 ] :
102+ See [ Debugging data format -
103+ Wikipedia] ( https://en.wikipedia.org/wiki/Debugging_data_format )
101104
102105[ ^ 2 ] : See [ DWARF - Wikipedia] ( https://en.wikipedia.org/wiki/DWARF )
103106
104- [ ^ 3 ] : See [ Using type predicates] ( https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates )
105- section from TypeScript's Narrowing documentation.
107+ [ ^ 3 ] :
108+ See [ Using type predicates] ( https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates )
109+ section from TypeScript's Narrowing documentation.
0 commit comments