From 3f07f9822f8f12f4c539c0044973964a4743277d Mon Sep 17 00:00:00 2001 From: Abreto Fu <m@abreto.net> Date: Mon, 25 Nov 2019 20:25:21 +0800 Subject: [PATCH] Update reference --- README.md | 6 ++---- package.json | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ee123d..52274ac 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Add Math to your Markdown -[](https://travis-ci.org/iktakahiro/markdown-it-katex) - [KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown. Need convincing? @@ -19,14 +17,14 @@ npm install markdown-it Install the plugin ``` -npm install @iktakahiro/markdown-it-katex +npm install @abreto/markdown-it-katex ``` Use it in your javascript ```javascript var md = require('markdown-it')(), - mk = require('@iktakahiro/markdown-it-katex'); + mk = require('@abreto/markdown-it-katex'); md.use(mk); diff --git a/package.json b/package.json index ba4d21f..31f015f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@iktakahiro/markdown-it-katex", + "name": "@abreto/markdown-it-katex", "version": "3.1.0", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git" + "url": "git+ssh://git@github.com:Abreto/markdown-it-katex.git" }, "keywords": [ "markdown", @@ -19,7 +19,7 @@ "markdown-it-plugin", "markdown-it" ], - "author": "Takahiro Ethan Ikeuchi @iktakahiro", + "author": "Abreto Fu", "license": "MIT", "dependencies": { "katex": "^0.10.0" -- GitLab