Skip to content

Commit d775cbb

Browse files
committed
smol tweaks
1 parent c4f91a1 commit d775cbb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📺 CastDrop
1+
# castdrop
22

33
Drop a video. Cast it to your TV.
44

@@ -11,6 +11,8 @@ Upload a local video file, get a temporary streaming URL, and cast it to your Ch
1111
3. Cast the video to your Chromecast using Chrome's built-in Cast or the Cast button
1212
4. Video is deleted when you leave the page (or after 1 hour max)
1313

14+
Note: 10GB limit to prevent abuse. The idea is for smaller videos. Otherwise, use YouTube.
15+
1416
## Tech Stack
1517

1618
- **Frontend:** React + TypeScript + Vite
@@ -34,4 +36,4 @@ Push to `main` to trigger automatic deployment.
3436

3537
## License
3638

37-
MIT
39+
castdrop is available under the MIT license. See the LICENSE file for more info.

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function App() {
6666
return (
6767
<div className="app">
6868
<h1>📺 CastDrop</h1>
69-
<p className="subtitle">Drop a video. Cast it to your TV.</p>
69+
<p className="subtitle">Drop a video. Cast it to your TV (10GB max)</p>
7070

7171
{state.phase === 'idle' && (
7272
<DropZone onFile={handleFile} />

0 commit comments

Comments
 (0)