Skip to content

Commit

Permalink
📖 Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Aug 31, 2023
1 parent b8ed711 commit 46917b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>svelte-copyright</h1>
<p style="font-style: italic;">© A Svelte component to format and display a copyright notice.</p>
<div>
<a href='https://github.com/himynameisdave/svelte-copyright/actions?query=workflow%3Atest+branch%3Amaster'>
<a href='https://github.com/himynameisdave/svelte-copyright/actions?query=workflow%3Atest+branch%3Amain'>
<img src="https://github.com/himynameisdave/svelte-copyright/workflows/test/badge.svg" alt="GitHub Actions - Test Workflow Badge" />
</a>
<a href="https://packagephobia.now.sh/result?p=svelte-copyright">
Expand All @@ -25,11 +25,13 @@ A [Svelte](https://svelte.dev/) component to format and display a copyright noti
This package is available on NPM, and you can install it with `npm` or `yarn`:

```
npm install svelte-copyright
npm install -D svelte-copyright
yarn add svelte-copyright
yarn add -D svelte-copyright
```

Note that it only needs to be installed as a devDependency, like `svelte` itself.

### Usage

Import the `Copyright` component and use it in your Svelte project.
Expand Down
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,25 @@
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"keywords": [
"svelte",
"component",
"copyright",
"notice",
"footer",
"license",
"attribution",
"website",
"web-design",
"frontend",
"legal",
"year",
"svelte-components",
"license-display",
"attribution-tool",
"web-component",
"copy-protection",
"legal-footer"
],
"private": false
}

0 comments on commit 46917b7

Please sign in to comment.