Skip to content

Commit e88d8fa

Browse files
committed
docs: change afc to afc-org
1 parent 3b1e579 commit e88d8fa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please feel free to take on any issue that's currently open. Just send a comment
1616

1717
## Submitting a pull request
1818

19-
**@afc/svelte-tailwind** is an open-source project, so pull requests are always welcomed (_always_ ❤️).
19+
**@afc-org/svelte-tailwind** is an open-source project, so pull requests are always welcomed (_always_ ❤️).
2020
What we ask you, is that before working on a large change, it is best to open an issue first to discuss it with the maintainers or if an issue was already opened, comment your intention of opening up a PR.
2121

2222
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don't bundle more than one feature or bug fix per pull request. It's always best to create two smaller PRs than one big one.
@@ -78,5 +78,5 @@ Closes #12
7878
## Branches explained
7979

8080
As you can see we have multiple branches:
81-
- **master**: This branch stores the latest stable version of @afc/svelte-tailwind.
82-
- **dev-master**: This is the **development** branch of @afc/svelte-tailwind, and this is where everything is happening before releasing on master
81+
- **master**: This branch stores the latest stable version of @afc-org/svelte-tailwind.
82+
- **dev-master**: This is the **development** branch of @afc-org/svelte-tailwind, and this is where everything is happening before releasing on master

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# @afc/svelte-tailwind
1+
# @afc-org/svelte-tailwind
22

3-
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/afc-org/svelte-tailwind/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/@afc/svelte-tailwind.svg)</a> <a href="https://github.com/afc-org/svelte-tailwind?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/@afc/svelte-tailwind.svg)</a>
3+
![version](https://img.shields.io/badge/version-0.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) <a href="https://github.com/afc-org/svelte-tailwind/issues?q=is%3Aopen+is%3Aissue" target="_blank">![GitHub issues open](https://img.shields.io/github/issues/@afc-org/svelte-tailwind.svg)</a> <a href="https://github.com/afc-org/svelte-tailwind?q=is%3Aissue+is%3Aclosed" target="_blank">![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/@afc-org/svelte-tailwind.svg)</a>
44

5-
<div align="center"><img src="./assets/logos/svelte-tailwind-logo.png" alt="@afc/svelte-tailwind" width="300"/></div>
5+
<div align="center"><img src="./assets/logos/svelte-tailwind-logo.png" alt="@afc-org/svelte-tailwind" width="300"/></div>
66

77
### A dynamic plugin extension for TailwindCSS.
88

9-
**@afc/svelte-tailwind** is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with Svelte as an extension to TailwindCSS for you to have dynamic components inside your app as well.
9+
**@afc-org/svelte-tailwind** is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS, It comes with code written with Svelte as an extension to TailwindCSS for you to have dynamic components inside your app as well.
1010

1111
### Components
1212

@@ -46,12 +46,12 @@ We plan on implementing more, in the weeks to come.
4646
## Quick start
4747

4848
```
49-
npm i -E @afc/svelte-tailwind
49+
npm i -E @afc-org/svelte-tailwind
5050
```
5151

5252
## Documentation - Svelte
5353

54-
After you have installed `@afc/svelte-tailwind` into your project, you can import and use our components like so:
54+
After you have installed `@afc-org/svelte-tailwind` into your project, you can import and use our components like so:
5555

5656
```
5757
@@ -75,7 +75,7 @@ Then, you can import your styles inside your `index.js` file (mounting js file f
7575

7676
## Dependencies
7777

78-
**@afc/svelte-tailwind** to properly work needs the following dependencies:
78+
**@afc-org/svelte-tailwind** to properly work needs the following dependencies:
7979
- **@popperjs/core**@2.2.1
8080
- **svelte**@3.20.1
8181
```
@@ -94,7 +94,7 @@ At present, we officially aim to support the last two versions of the following
9494

9595
We use GitHub Issues as the official bug tracker for the Angular Landing Page. Here are some advices for our users that want to report an issue:
9696

97-
1. Make sure that you are using the latest version of the @afc/svelte-tailwind.
97+
1. Make sure that you are using the latest version of the @afc-org/svelte-tailwind.
9898
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
9999
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
100100

@@ -103,7 +103,7 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
103103

104104
## Licensing
105105

106-
- Copyright 2020 @afc/svelte-tailwind
106+
- Copyright 2020 @afc-org/svelte-tailwind
107107

108108
- Licensed under <a href="https://github.com/afc-org/svelte-tailwind/blob/master/LICENSE.md" target="_blank">MIT</a>
109109

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@afc/svelte-tailwind",
2+
"name": "@afc-org/svelte-tailwind",
33
"version": "0.1.0",
44
"description": "Dynamic components for Tailwindcss and Svelte",
55
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"tailwindjs",
2626
"afc-org",
2727
"afc",
28-
"@afc"
28+
"@afc-org"
2929
],
3030
"author": "afc-org",
3131
"license": "MIT",

0 commit comments

Comments
 (0)