summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-25 02:54:04 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-25 02:54:04 -0400
commitf5715d76bb50fbaaaad450aecf9c192e8450e0d9 (patch)
tree615135c7a16a9c98326d7880c028b93ce8ada1b0 /docs
parente169bb771f0735438dc7cedaea2a0cc0785f2a51 (diff)
remove escaping around startup.py header
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index d0f3694d..6b554e1e 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -574,7 +574,7 @@ The interactive python prompt also has several built-in functions and variables:
- `write_at_cursor(data)`: function that writes data to the start of the current selection
- `get_selected_data()`: function that returns the data in the current selection
-#### `startup.py`
+#### startup.py
The python interpreter can be customized to run scripts on startup using `startup.py` in your user folder. Simply enter commands into that file, and they will be executed every time Binary Ninja starts. By default, it comes with an import helper: