fix(sra-spec): Add title tag

This commit is contained in:
Steve Klebanoff 2019-01-03 17:49:04 -08:00
parent 2111ea159e
commit 4dded13259

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>ReDoc</title> <title>0x Standard Relayer API</title>
<!-- needed for adaptive design --> <!-- needed for adaptive design -->
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">