Skip to content

Commit

Permalink
Fix typos (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: hjpotter92 <[email protected]>
  • Loading branch information
omahs and hjpotter92 authored Sep 29, 2023
1 parent d8bfdc8 commit 5c8f8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ where the `PLAYBACK_ID` is `foo`.

### Using OBS Studio

Under OBS Studio streaming settings, select "Serive" as "Custom..."
Under OBS Studio streaming settings, select "Service" as "Custom..."
which should display text input options asking for "Server" and
"Stream Key" (ref. screenshot below). Use following values for the
same:
Expand Down
4 changes: 2 additions & 2 deletions docs/livepeer-in-a-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ example, if you're hacking on `task-runner`, you might have
/home/user/code/task-runner
```

The catalyst Makefile is aware of of the common paths for all of the other
The catalyst Makefile is aware of the common paths for all of the other
projects that go into the full stack. All that's necessary to build a new
binary, package it in the container, and trigger a restart is a single command:

Expand Down Expand Up @@ -225,7 +225,7 @@ server.

Additional note: in the interest of build speed, `make livepeer-api` does not
package the frontend within the `livepeer-api` binary that it builds, so if you
experience your frontend suddently 404ing after you run `make livepeer-api` you
experience your frontend suddenly 404ing after you run `make livepeer-api` you
will have to use the above instructions to boot up the frontend on your host.

You can also build the full API server with a bundled frontend using
Expand Down

0 comments on commit 5c8f8e0

Please sign in to comment.