Skip to content

Commit

Permalink
Marked.js => Marked
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 10, 2020
1 parent bad2a92 commit 76184a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/dingus.js
Original file line number Diff line number Diff line change
@@ -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') {
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 76184a9

Please sign in to comment.