Skip to content

Commit

Permalink
update index.html to reflect RFC approval (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed May 21, 2018
1 parent 9c59d70 commit 66a4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>VAPID verification</h1>
<div id="inputs" class="section">
<div id="version">
<label for="version"><input type="radio" name="version" value="1" checked>VAPID Draft spec-01</label>
<label for="version"><input type="radio" name="version" value="2">VAPID Draft spec-02</label>
<label for="version"><input type="radio" name="version" value="2">VAPID RFC</label>
</div>
<a name="headers"><h2>Headers</h2></a>
<p>The headers are sent with subscription updates. They provide the
Expand Down

0 comments on commit 66a4386

Please sign in to comment.