Skip to content

Commit

Permalink
Update Examples.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikeshbajaj authored Mar 15, 2020
1 parent f34a82d commit d30cd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
----------

.. image:: https://raw.githubusercontent.com/nikeshbajaj/Linear_Feedback_Shift_Register/master/images/LFSR.jpg
:height: 50px
:height: 100px


**Example: 5 bit LFSR with x^5 + x^2 + 1**
Expand All @@ -280,4 +280,4 @@
tempseq = L.runKCycle(10000) # generate 10000 bits from current state


`Check out more examples <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_
**`Check out more examples of LFSR <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_**

0 comments on commit d30cd88

Please sign in to comment.