this repo has no description

Editing

oscillatory.net 80bbaa1d 632eeb09

verified
+2 -2
+1 -1
README.md
··· 1 1 # tline-viz 2 2 3 3 Interactive visualization of voltage waves on an ideal lossless transmission line. 4 - Open `tline_viz.html` directly in a browser — no build step, no server required. 4 + Open `tline_viz.html` directly in a browser. 5 5 6 6 ## Running tests 7 7
+1 -1
index.html
··· 3 3 <head> 4 4 <meta charset="utf-8" /> 5 5 <meta name="viewport" content="width=device-width,initial-scale=1" /> 6 - <title>Transmission Line reflections</title> 6 + <title>Transmission line visualizer</title> 7 7 <link rel="stylesheet" type="text/css" href="style.css" /> 8 8 </head> 9 9 <body>