Marked.js => Marked

This commit is contained in:
Steven 2020-08-10 10:11:14 -04:00
parent bad2a92823
commit 76184a9596
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
const marked = require('../');
const version = require('../package.json').version;
const name = 'Marked.js';
const name = 'Marked';
module.exports = (req, res) => {
if (req.method !== 'GET') {

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Marked.js Documentation</title>
<title>Marked Documentation</title>
<style>
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
@ -128,7 +128,7 @@
<a href="#/README.md">
<img src="img/logo-black.svg" height="64px" width="64px" />
</a>
<h1>Marked.js Documentation</h1>
<h1>Marked Documentation</h1>
</header>
<div style="display: flex">
<nav>