Skip to content

Commit

Permalink
chore: apply tweaks
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Campbell <[email protected]>
  • Loading branch information
aorumbayev and neilcampbell authored Dec 22, 2023
1 parent f3a43f0 commit 84431a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_content/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ This project makes use of Python to build Algorand smart contracts. The followin
{% if ide_vscode %}
It has also been configured to have a productive dev experience out of the box in [VS Code](https://code.visualstudio.com/), see the [.vscode](./.vscode) folder.
{%- endif %}
- [AlgoKit Tealer Integration](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/tasks/analyze.md): AlgoKit Tealer Integration is a feature in the CLI that allows you to run [tealer] static analyzer on your TEAL
- [AlgoKit Tealer Integration](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/tasks/analyze.md): AlgoKit Tealer Integration is a feature in the CLI that allows you to run [Tealer](https://github.com/crytic/tealer) static analyzer on your TEAL
source code. The invocation of this command is included in:
- The github actions workflow file.
- A VSCode task ('Shift+CMD|CTRL+P' and search for 'Tasks: Run Task' and select 'Analyze TEAL contracts with AlgoKit Tealer integration').
Expand Down

0 comments on commit 84431a9

Please sign in to comment.