Skip to content

Commit

Permalink
docs: update package name and badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
onursabanoglu committed Jan 21, 2025
1 parent d57ab4a commit f2f6a4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/00-Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { Meta } from '@storybook/blocks';

<img src="/images/homepage-banner.png" width="100%" height="auto" alt="Chrome" />

![NPM Version](https://img.shields.io/npm/v/frame-design-system?color=blue&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fframe-design-system)
![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/frame-design-system?color=orange&link=https%3A%2F%2Fwww.jsdelivr.com%2Fpackage%2Fnpm%2Fframe-design-system)
![GitHub License](https://img.shields.io/github/license/parasutcom/frame-design-system?color=green&link=https%3A%2F%2Fgithub.com%2Fparasutcom%2Fframe-design-system%2Fblob%2Fmain%2FLICENSE)
[![NPM Version](https://img.shields.io/npm/v/frame-design-system?color=blue)](https://www.npmjs.com/package/frame-design-system)
[![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/frame-design-system?color=orange)](https://www.jsdelivr.com/package/npm/frame-design-system)
[![GitHub License](https://img.shields.io/github/license/parasutcom/frame-design-system?color=green)](https://github.com/parasutcom/frame-design-system/blob/main/LICENSE)

Frame Design System offers developers a powerful and flexible framework for creating applications that align with UX standards. Built on web component technology, it can be easily used with any web framework. This approach positions Frame as a versatile solution for building consistent and user-friendly interfaces across different technologies.

Expand Down
4 changes: 2 additions & 2 deletions docs/01-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ Replace `YOUR_FONTAWESOME_TOKEN` with the token provided by our team.
After setting up the `.npmrc` file, you can install the Frame Design System package by running:

````bash
npm install @parasutcom/frame-design-system --save
npm install frame-design-system
````

Once installed, import the Frame Design System into your project:

````javascript
import '@parasutcom/frame-design-system/dist/bundle.js';
import 'frame-design-system/dist/bundle.js';
````

Now that you have installed the Frame Design System, you're ready to start using it in your project.
Expand Down

0 comments on commit f2f6a4b

Please sign in to comment.