Skip to content

Commit

Permalink
Fixed center alignment & python highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
smcclennon authored May 10, 2020
1 parent 92b654e commit fd163da
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div style="text-align:center">
<img style="width: 10%;" src="https://smcclennon.github.io/assets/images/P%2B%2B256.png" alt="Primer++ logo">
<p align="center">
<img style="width: 10%; text-align:center" src="https://smcclennon.github.io/assets/images/P%2B%2B256.png" alt="Primer++ logo"/></img>
</p>

<h2 align="center">Primer++</h2>
<p align="center"><small>Rewritten from the ground up in C++ with stability and performance improvements</small></p>

## Primer++
<small>Rewritten from the ground up in C++ with stability and performance improvements</small>
</div>

## Features
| Feature | Primer++ | Primer (Python) |
Expand Down Expand Up @@ -42,7 +43,9 @@
7 / 5 != whole number
7 / 6 != whole number
Test_number must be prime!
-----------------------------

Test_number += 2

Test_number: 9
9 / 3 == whole number
Test number is not prime!
Expand Down

0 comments on commit fd163da

Please sign in to comment.