mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Change package link
This commit is contained in:
12
README.md
12
README.md
@@ -2,8 +2,8 @@
|
|||||||
<p align="center">Easy to use portfolio builder for every GitHub user!</p>
|
<p align="center">Easy to use portfolio builder for every GitHub user!</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://www.npmjs.com/package/gitprofile">
|
<a href="https://www.npmjs.com/package/@arifszn/gitprofile">
|
||||||
<img src="https://img.shields.io/npm/v/gitprofile"/>
|
<img src="https://img.shields.io/npm/v/@arifszn/gitprofile"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/arifszn/gitprofile/blob/main/CONTRIBUTING.md">
|
<a href="https://github.com/arifszn/gitprofile/blob/main/CONTRIBUTING.md">
|
||||||
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"/>
|
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"/>
|
||||||
@@ -55,17 +55,17 @@ There are two ways to use **GitProfile**.
|
|||||||
|
|
||||||
### Installing as a NPM package
|
### Installing as a NPM package
|
||||||
|
|
||||||
Install via <a href="https://www.npmjs.com/package/gitprofile">NPM</a>
|
Install via <a href="https://www.npmjs.com/package/@arifszn/gitprofile">NPM</a>
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install gitprofile
|
npm install @arifszn/gitprofile
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, import the package, import and style and provide the config.
|
Then, import the package, import and style and provide the config.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import GitProfile from 'gitprofile';
|
import GitProfile from '@arifszn/gitprofile';
|
||||||
import 'gitprofile/dist/style.css';
|
import '@arifszn/gitprofile/dist/style.css';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitprofile",
|
"name": "@arifszn/gitprofile",
|
||||||
"description": "Create an automatic portfolio based on GitHub profile",
|
"description": "Create an automatic portfolio based on GitHub profile",
|
||||||
"private": false,
|
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "arifszn",
|
"author": "arifszn",
|
||||||
|
|||||||
Reference in New Issue
Block a user