Merge pull request #1484 from 0xProject/fix/sra-spec/title-tag

[sra-spec] Add title tag
This commit is contained in:
Steve Klebanoff
2019-01-07 09:40:39 -08:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<title>0x Standard Relayer API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -21,4 +21,4 @@
<redoc spec-url='http://sra-spec.s3-website-us-east-1.amazonaws.com/api.json'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>
</html>