Skip to content

Commit 1aa04e9

Browse files
authored
Update README.md
1 parent 9707c46 commit 1aa04e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ A simple program editor with basic logic gates.
33

44
Make a computer program!
55
- Drag logic gates in from the side.
6-
- ==Click and drag== from a node on an input gate to another gate to connect them.
7-
- ==Click and drag== on the canvas or control click to select multiple gates.
8-
- Press ==space== hovering over input bits to change their value.
9-
- Delete a gate by dragging it to the right hand side, or by selecting it and pressing ==delete==.
6+
- `Click and drag` from a node on an input gate to another gate to connect them.
7+
- `Click and drag` on the canvas or control click to select multiple gates.
8+
- Press `space` hovering over input bits to change their value.
9+
- Delete a gate by dragging it to the right hand side, or by selecting it and pressing `delete`.
1010
- Create new gates by pressing the create button, and naming the gate and specifying the colour.
11-
- The colour of the LEDs can be cycled by pressing the ==space bar==.
12-
- Press ==control and S== to save, ==control and L== to load. The same thing can be done by clicking on the respective buttons.
13-
- ==Left click== on a wire to delete.
11+
- The colour of the LEDs can be cycled by pressing the `space bar`.
12+
- Press `control and S` to save, `control and L` to load. The same thing can be done by clicking on the respective buttons.
13+
- `Left click` on a wire to delete.
1414

1515
Based on a [video series](https://youtu.be/QZwneRb-zqA?feature=shared) by Sebastian Lague. Just wanted to see what it will look like in JavaScript.
1616
I'm planning to add more stuff like a gate filter in the future. Might also be cool to have a pre-built binary - base 10 system.
1717

18-
Link to: [Github Pages](https://flippont.github.io/simple-program-editor/)
18+
Link to: [Github Pages](https://flippont.github.io/simple-program-editor/)

0 commit comments

Comments
 (0)