Skip to content

Commit

Permalink
Fix incorrect string in protocol description
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Dec 5, 2020
1 parent 0000000 commit 0000000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The Switch's export protocol works by setting up a wifi hotspot and serving the
```ts
{
ConsoleName: string, // The "Console Nickname" in System Settings
FileType: "photo" | "video",
FileType: "photo" | "movie",
FileNames: string[], // The names of the files being exported

DownloadMes: string, // Human-readable page title
Expand Down

0 comments on commit 0000000

Please sign in to comment.