Skip to content

Commit cdbcf35

Browse files
committed
typos
1 parent 5951995 commit cdbcf35

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Jam.py is raising funds to keep the software free for everyone, and we need the
1212
## From an idea of a web database application to a live website in no time, for free
1313

1414

15-
[![alt text](https://github.com/jam-py-v5/jam-py/blob/master/assets/images/JAMPY_Readme.gif)](https://northwind.pythonanywhere.com)
15+
[![alt text](Https://Github.Com/Jam-Py-V5/Jam-Py/Blob/Master/Assets/Images/Jampy_Readme.Gif)](https://northwind.pythonanywhere.com)
1616

1717

1818
As a Web development enthusiast, use Jam.py to store, share and analyze data quickly with no code.
@@ -34,7 +34,8 @@ More demos on PythonAnywhere:
3434

3535
- [SAP Theme Demo](https://jampyapp.pythonanywhere.com)
3636
- [Personal Account Ledger from MS Access template](https://msaccess.pythonanywhere.com)
37-
- [NorthWind Traders from MS Access template (wip)](https://northwind.pythonanywhere.com)
37+
- [NorthWind Traders from MS Access template V7 (wip)](https://northwind2.pythonanywhere.com)
38+
- [NorthWind Traders from MS Access template V5 (wip)](https://northwind.pythonanywhere.com)
3839
- [The ERP POC Demo with Italian and English translations](https://sem.pythonanywhere.com)
3940
- [Assets/Parts Application (wip, currently Jam V7 Demo)](https://jampy.pythonanywhere.com)
4041
- [Machine Learning (wip)](https://mlearning.pythonanywhere.com)
@@ -46,7 +47,8 @@ More demos on PythonAnywhere:
4647
- [Google Authentication, V7](https://ipam2.pythonanywhere.com)
4748
- [IP Management V7 (wip)](https://ipmgmt.pythonanywhere.com)
4849
- [Sistema Integrado de Gestão - IMS for Brazilian Market (Portuguese)](https://imsmax.pythonanywhere.com)
49-
-
50+
51+
5052
Jam.py alternative site:
5153

5254
https://jampyapplicationbuilder.com/

jam/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = (7, 0, 42)
1+
__version__ = (7, 0, 43)
22

33
def version():
44
return '%s.%s.%s' % __version__

0 commit comments

Comments
 (0)