diff options
| author | Jamie <1857320+jamie-34254@users.noreply.github.com> | 2020-10-21 18:59:37 +0100 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2020-10-21 14:50:00 -0400 |
| commit | b6ac50dad6d4d6cf8314f3f6396fb6b71d4860c5 (patch) | |
| tree | 5fa1793b2b0bc78afaa8cc7f3561fb399da0e64a /docs | |
| parent | c7ccd714ceeaabbe5ee682e361250c3cfd54f78f (diff) | |
fix Getting Started Python Console menu name
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index f83d8657..19d3be93 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -287,7 +287,7 @@ The function list also highlights imports, and functions identified with symbols The integrated script console is useful for small scripts that aren't worth writing as full plugins. -To trigger the console, either use `<CTRL>-<BACKTICK>`, or use the `View`/`Script console` menu. +To trigger the console, either use `<CTRL>-<BACKTICK>`, or use the `View`/`Native Docks`/`Show Python Console` menu. Once loaded, the script console can be docked in different locations or popped out into a stand-alone window. Note that [at this time](https://github.com/Vector35/binaryninja-api/issues/226) window locations are not saved on restart. |
