Leftover bullet point was causing numbered list to fail.
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 10 Oct 2021 11:15:28 +0000 (12:15 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Sun, 10 Oct 2021 11:15:28 +0000 (12:15 +0100)
docs/learning_nmigen.mdwn

index b4d94c2ea99f3eb11c7ed0ce54aec31776f3377d..1558f76d738137fa49ed327222578c6de5078532 100644 (file)
@@ -14,7 +14,7 @@
 
 ## Testbench, GTKWave, Verilog Output 
 
-nMigen code for counter and testbench here: <https://nmigen.info/nmigen/latest/start.html>
+nMigen code for counter and testbench here: <https://nmigen.info/nmigen/latest/start.html>
 
 1. Create a file called "up_counter.py" containing the 16-bit up counter code from "Implementing a counter" section.