Skip to content

Commit 44aedf1

Browse files
authored
Update README.md
1 parent 708babd commit 44aedf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
### MathFramework - the best open source terminal mathematic framework
22
#### 📘 How I can learn and use MathFramework?
3-
* I moved the documentation to the [wiki](https://github.com/rodukov/MathFramework/wiki) section.
3+
* I moved the documentation to the [Wiki](https://github.com/rodukov/MathFramework/wiki) section.
44
#### 💬 If I've a question?
5-
* If you have any questions **that are not an error**. Or you want to suggest something, write in the [discussions](https://github.com/rodukov/MathFramework/discussions) section.
5+
* If you have any questions **that are not an error**. Or you want to suggest something, write in the [Discussions](https://github.com/rodukov/MathFramework/discussions) section.
66
#### 👥 If I've found an error?
7-
* If you find a real error or flaw. Post in the problem section.
8-
#### ⚙️ How to install & run it? [README.md]
7+
* If you find a real error or flaw. Post in the [Issue](https://github.com/rodukov/MathFramework/issues) section.
8+
#### ⚙️ How to install & run it? *[README.md]*
99
```
1010
sudo apt-get install python3 python3-pip
1111
git clone https://github.com/rodukov/MathFramework/
1212
cd MathFramework
1313
pip3 install -r requirements.txt
1414
python3 main.py
1515
```
16-
#### 💝 How to contribute?
16+
#### 💝 How to contribute? *[README.md]*
1717
* Fork this repository;
1818
* Add math formula to `src/mathframework/`;
1919
* Run `main.py` and test your program;

0 commit comments

Comments
 (0)