Skip to content

Commit

Permalink
change username av-dev => multum
Browse files Browse the repository at this point in the history
  • Loading branch information
multum committed Nov 7, 2019
1 parent 7b9a0ba commit 8dfb2d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![](https://av-dev.github.io/metalize/logo.svg)
![](https://multum.github.io/metalize/logo.svg)

Node.js tool for easy reading **database metadata**

![](https://img.shields.io/travis/com/av-dev/metalize.svg?style=flat-square)
![](https://img.shields.io/travis/com/multum/metalize.svg?style=flat-square)
![](https://img.shields.io/npm/l/metalize.svg?style=flat-square)
![](https://img.shields.io/npm/v/metalize.svg?style=flat-square)
![](https://img.shields.io/codecov/c/github/av-dev/metalize.svg?style=flat-square)
![](https://img.shields.io/codecov/c/github/multum/metalize.svg?style=flat-square)

## Features

Expand All @@ -15,7 +15,7 @@ Node.js tool for easy reading **database metadata**

## Documentation

You can find the documentation [on the website](https://av-dev.github.io/metalize/#/)
You can find the documentation [on the website](https://multum.github.io/metalize/#/)

## Getting started with MySQL

Expand Down Expand Up @@ -131,4 +131,4 @@ Please also provide a **test plan**, i.e. specify how you verified that your add

## License

**metalize** is open source software [licensed as MIT](https://github.com/av-dev/metalize/blob/master/LICENSE).
**metalize** is open source software [licensed as MIT](https://github.com/multum/metalize/blob/master/LICENSE).
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<script>
window.$docsify = {
homepage:
'https://raw.githubusercontent.com/av-dev/metalize/master/README.md',
'https://raw.githubusercontent.com/multum/metalize/master/README.md',
name: 'metalize',
repo: 'av-dev/metalize',
repo: 'multum/metalize',
search: {
depth: 2,
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/av-dev/metalize.git"
"url": "https://github.com/multum/metalize.git"
},
"homepage": "https://av-dev.github.io/metalize",
"bugs": "https://github.com/av-dev/metalize/issues",
"homepage": "https://multum.github.io/metalize",
"bugs": "https://github.com/multum/metalize/issues",
"main": "lib/index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit 8dfb2d8

Please sign in to comment.