Skip to content

Commit

Permalink
Merge pull request #216 from CinnamonXI/patch-9
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
zerasul committed Oct 1, 2021
2 parents 892eb58 + 8c845de commit 95fc418
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 95fc418

Please sign in to comment.