Skip to content

Commit

Permalink
Fixed typo in coupon at top of SDK reference. Picked up the changes f…
Browse files Browse the repository at this point in the history
…or GitHub's readme.
  • Loading branch information
PySimpleGUI committed Mar 13, 2023
1 parent d8d5227 commit f97de34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/call reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
A2E4F6B1B75EC3D90133input.
A2E4F6B1B75EC3D90133.
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=A2E4F6B1B75EC3D90133','_blank');">
click here to visit course page
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<img src="https://www.dropbox.com/s/6wzf3ebmj97v4zs/PySimpleGUI-GitHub-Udemy-Course.png?raw=1" width=200 alt="PySimpleGUI Udemy Course">
</td>
<td>
<h5>apply coupon for discount:<br>07860559FF2298EF51E7</h6>
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=07860559FF2298EF51E7">click here to visit course page</a>
<h5>apply coupon for discount:<br>A2E4F6B1B75EC3D90133</h6>
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=A2E4F6B1B75EC3D90133">click here to visit course page</a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion readme_creator/markdown input files/5_call_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
A2E4F6B1B75EC3D90133input.
A2E4F6B1B75EC3D90133.
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=A2E4F6B1B75EC3D90133','_blank');">
click here to visit course page
Expand Down
2 changes: 1 addition & 1 deletion readme_creator/output/call reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
A2E4F6B1B75EC3D90133input.
A2E4F6B1B75EC3D90133.
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=A2E4F6B1B75EC3D90133','_blank');">
click here to visit course page
Expand Down

0 comments on commit f97de34

Please sign in to comment.