diff --git a/README-jp.md b/README-jp.md index 3556195..5e11dcc 100644 --- a/README-jp.md +++ b/README-jp.md @@ -1,5 +1,5 @@
@@ -47,7 +47,7 @@ NES.cssはコンポーネントのスタイルのみを提供しています。 html, body, pre, code, kbd, samp { font-family: "font-family you want to use"; } - + ``` diff --git a/README.md b/README.md index c968b97..80f9a73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -46,7 +46,7 @@ The default font is [Press Start 2P](https://fonts.google.com/specimen/Press+Sta html, body, pre, code, kbd, samp { font-family: "font-family you want to use"; } - + ``` diff --git a/package.json b/package.json index 0d93950..e1c7f53 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/BcRikko/NES.css.git" + "url": "https://github.com/nostalgic-css/NES.css.git" }, "keywords": [ "css", @@ -33,9 +33,9 @@ "author": "BcRikko (https://github.com/Bcrikko)", "license": "MIT", "bugs": { - "url": "https://github.com/BcRikko/NES.css/issues" + "url": "https://github.com/nostalgic-css/NES.css/issues" }, - "homepage": "https://github.com/BcRikko/NES.css#readme", + "homepage": "https://github.com/nostalgic-css/NES.css#readme", "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2",