Skip to content

Commit

Permalink
docs: update docs to wrap with parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed May 25, 2024
1 parent f1813ba commit 3a8d08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
## Developer Resources
Here are the resources for developing applications for Flipper Zero:
- [Flipper Zero Firmware Docs](https://developer.flipper.net/flipperzero/doxygen/)
- [`struct` list](https://developer.flipper.net/flipperzero/doxygen/annotated.html) [index](https://developer.flipper.net/flipperzero/doxygen/classes.html)
- [`struct` list](https://developer.flipper.net/flipperzero/doxygen/annotated.html) ([index](https://developer.flipper.net/flipperzero/doxygen/classes.html))
- [Flipper Zero code examples](https://github.com/m1ch3al/flipper-zero-dev-tutorial)
3 changes: 1 addition & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ App(

# Dependencies
requires=[
"gui", # allows to use GUI functions


],

# FAP Settings
Expand Down

0 comments on commit 3a8d08c

Please sign in to comment.