Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 20, 2023
1 parent 8deba9c commit 96a4ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/v4/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ hide:
---

# Fusion engine tutorials
## Unveiling the Tutorials
Welcome to our tutorials! Here you will find step by step tutorials so you can understand fusion engine better! There are couple tutorials to get you started with basics and some are more advanced so you can create your first game with ease!

## Table of contents
Expand Down
2 changes: 1 addition & 1 deletion docs/v4/tutorials/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ So firstly we need to install fusion-engine. We have our package hoster at pypi
## Importing
Now we need to import fusion-engine to our project. We do it like this:
```python
import fusionengine as engine
import fusionengine as fusion
```

## Ending
Expand Down

0 comments on commit 96a4ec5

Please sign in to comment.