Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed newline issues in the README.md
  • Loading branch information
ivanskodje committed Mar 29, 2021
1 parent bffb720 commit 6743353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Please do your best to follow the official [GDscript style guide](https://docs.g

The short version:
> `NodeName`, not `node_name`
> `node_name.gd`, not `NodeName.gd`
> `my_function()`, not `MyFunction()`
> `_unused_variable`, not `unused_variable`
> `node_name.gd`, not `NodeName.gd`
> `my_function()`, not `MyFunction()`
> `_unused_variable`, not `unused_variable`
## Versioning
This projects follow [semantic versioning](https://semver.org/).
Expand Down

0 comments on commit 6743353

Please sign in to comment.