Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ you should be able to see a log for the page you requested in Hyperfox's output:

![hyperfox-ui](https://user-images.githubusercontent.com/385670/79090465-6e7eb300-7d0f-11ea-8fc6-df1e6da8a12e.png)

Use the `-ui` parameter to enable Hyperfox UI wich will open in a new browser
Use the `-ui` parameter to enable Hyperfox UI which will open in a new browser
window:

```
Expand All @@ -90,7 +90,7 @@ consumed by the front-end application.

Please note that Hyperfox's REST API is only protected by a randomly generated
key that changes everytime Hyperfox starts, depending on your use case this
might not be adecuate.
might not be adequate.

#### Run Hyperfox UI on your mobile device

Expand Down