diff --git a/README.md b/README.md index be65d79..e91e5aa 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
Easy to use portfolio builder for every GitHub user!
-
-
+
+
@@ -55,17 +55,17 @@ There are two ways to use **GitProfile**.
### Installing as a NPM package
-Install via NPM
+Install via NPM
```
-npm install gitprofile
+npm install @arifszn/gitprofile
```
Then, import the package, import and style and provide the config.
```js
-import GitProfile from 'gitprofile';
-import 'gitprofile/dist/style.css';
+import GitProfile from '@arifszn/gitprofile';
+import '@arifszn/gitprofile/dist/style.css';
function App() {
return (
diff --git a/package.json b/package.json
index 6d38b62..a9b37dd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
{
- "name": "gitprofile",
+ "name": "@arifszn/gitprofile",
"description": "Create an automatic portfolio based on GitHub profile",
- "private": false,
"version": "2.0.0",
"license": "Apache-2.0",
"author": "arifszn",