Skip to content

Commit 6cecac1

Browse files
committed
Fix README.md
1 parent 7f19696 commit 6cecac1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyUnity Editor
22

3-
[![License](https://img.shields.io/pypi/l/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://github.com/pyunity/pyunity-gui/blob/develop/LICENSE)
3+
[![License](https://img.shields.io/pypi/l/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://github.com/pyunity/pyunity-gui/blob/master/LICENSE)
44
[![PyPI version](https://img.shields.io/pypi/v/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui)
55
[![Python version](https://img.shields.io/pypi/pyversions/pyunity-gui.svg?logo=python&logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui)
66
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pyunity/pyunity-gui.svg?logo=lgtm)](https://lgtm.com/projects/g/pyunity/pyunity-gui/context:python)
@@ -9,34 +9,34 @@
99
[![Gitter](https://badges.gitter.im/pyunity/community.svg)](https://gitter.im/pyunity/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1010
[![GitHub Repo stars](https://img.shields.io/github/stars/pyunity/pyunity-gui?logo=github)](https://github.com/pyunity/pyunity-gui/stargazers)
1111

12-
This is a pure Python editor to make PyUnity projects (see https://github.com/pyunity/pyunity-gui).
12+
This is a pure Python editor to make PyUnity projects (see https://github.com/pyunity/pyunity).
1313
PyUnity is a pure Python Game Engine that is only inspired by Unity and not bindings for Unity,
1414
therefore this Editor is completely separate, but inspired by the UnityEditor.
1515

1616
## Installing
1717

1818
The PyUnity Editor can be installed via pip:
1919

20-
> pip install pyunity-editor
20+
> pip install pyunity-editor
2121

2222
Alternatively, you can clone the repository to build the package from source. These builds are sometimes broken, so use at your own risk. You can build as follows:
2323

24-
> git clone https://github.com/pyunity/pyunity-gui
25-
> git checkout master
26-
> python setup.py install
24+
> git clone https://github.com/pyunity/pyunity-gui
25+
> git checkout master
26+
> python setup.py install
2727

2828
Its only dependencies are PyUnity, PyQt5 and Pillow. Microsoft Visual C++ Build Tools are required on Windows for building PyUnity from source (if there isn't a wheel available). The PyUnity Editor requires a PyUnity version of at least 0.7.1.
2929

3030
## Running
3131
To run the PyUnity Editor, you run this command from the terminal:
3232

33-
> pyunity-editor project/
33+
> pyunity-editor project/
3434

3535
where `project/` is your project folder. The PyUnity Editor will launch with a splash screen, then the editor window will appear.
3636

3737
## Contributing
3838

3939
If you would like to contribute, please
40-
first see the [contributing guidelines](https://github.com/pyunity/pyunity-gui/blob/mastser/contributing.md),
40+
first see the [contributing guidelines](https://github.com/pyunity/pyunity-gui/blob/master/contributing.md),
4141
check out the latest [issues](https://github.com/pyunity/pyunity-gui/issues)
4242
and then make a [pull request](https://github.com/pyunity/pyunity-gui/pulls).

0 commit comments

Comments
 (0)