summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-12-17 13:31:59 -0500
committerJosh Ferrell <josh@vector35.com>2024-12-17 13:32:02 -0500
commitcfb83befbdeb6765fbb71d461495aa8abd66c40f (patch)
tree953debf3a713c77cede3794e581aabde9f0e814f
parentdb7e706e8544b041a85616b312f8c8d12ddd4898 (diff)
Small doc fix
-rw-r--r--docs/dev/batch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md
index 79404d4c..1448d34f 100644
--- a/docs/dev/batch.md
+++ b/docs/dev/batch.md
@@ -115,7 +115,7 @@ We can customize our analysis a lot more granularly than that though. In [`load`
### On-Disk License
-If manually installing a named license on Commercial, Ultimate, or Headless, make sure that your license file is copied to the [appropriate location](https://docs.binary.ninja/guide/index.html#user-folder) (``~/.binaryninja/license.dat on Linux), or see the next section for an alternative.
+If manually installing a named license on Commercial, Ultimate, or Headless, make sure that your license file is copied to the [appropriate location](https://docs.binary.ninja/guide/index.html#user-folder) (`~/.binaryninja/license.dat` on Linux), or see the next section for an alternative.
If using a floating license, you can use the [example code](https://api.binary.ninja/binaryninja.enterprise-module.html#binaryninja.enterprise.LicenseCheckout) to check out a license on the fly.