Skip to content

Commit 959ad22

Browse files
authored
Corrected the Download/Install url
1 parent ea90b93 commit 959ad22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pfSense API is a fast, safe, full-fledged HTTP API. This works by leveraging the
44

55
# Installation
66
To install pfSense API, simply run the following command from the pfSense shell:<br>
7-
`pkg add https://github.com/jaredhendrickson13/pfsense-api/releases/v0.0.2/pfSense-2-4-pkg-API-0.0_2.txz`<br>
7+
`pkg add https://github.com/jaredhendrickson13/pfsense-api/releases/download/v0.0.2/pfSense-2-4-pkg-API-0.0_2.txz`<br>
88

99
To uninstall, run the following command:<br>
1010
`pkg delete pfSense-pkg-API`<br>
@@ -31,4 +31,4 @@ By default, pfSense API uses the same credentials as the webConfigurator. This b
3131
A full list of error codes can be found by navigating to /api/v1/system/api/errors/ after installation. This will return JSON data containing each error code and their corresponding error message. No authentication is required to view the error code library. This also makes API integration with third-party software easy as the API error codes and messages are always just an HTTP call away!
3232

3333
# Rate limit
34-
There is no limit to API calls at this time
34+
There is no limit to API calls at this time

0 commit comments

Comments
 (0)