Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CinnamonXI authored Oct 1, 2021
1 parent 892eb58 commit 8c845de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Before you run the code you have to export the BLASK_SETTINGS enviorement variab
:::bash
export BLASK_SETTINGS=settings

Only you need to run the next code:
You only need to run the next code:

:::python
from blask import BlaskApp

if __name__== '__main__':
BlaskApp().run()

Or You can use the _Blask Command Line Tool_:
Or use the _Blask Command Line Tool_:

:::bash
blaskcli run
Expand Down Expand Up @@ -65,7 +65,7 @@ Here are the release notes of each Blask version:

Blask is Open Source under the [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) license. You can see the source code in our [Github repository](https://github.com/zerasul/blask).

Also, you can see:
You can also see:

* [Authors](https://github.com/zerasul/blask/graphs/contributors)
* [Issue Tracker](https://github.com/zerasul/blask/issues)

0 comments on commit 8c845de

Please sign in to comment.