@rhammy/architect-core 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
### Installation
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npm install @architect
|
|
31
|
+
npm install @rhammy/architect-core
|
|
32
32
|
# or
|
|
33
|
-
yarn add @architect
|
|
33
|
+
yarn add @rhammy/architect-core
|
|
34
34
|
# or
|
|
35
|
-
pnpm add @architect
|
|
35
|
+
pnpm add @rhammy/architect-core
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
### Basic Usage
|
|
39
39
|
|
|
40
40
|
```tsx
|
|
41
|
-
import { Button, Dialog, Input } from '@architect
|
|
41
|
+
import { Button, Dialog, Input } from '@rhammy/architect-core';
|
|
42
42
|
|
|
43
43
|
function App() {
|
|
44
44
|
return (
|
|
@@ -331,7 +331,7 @@ Contributions are welcome! Please read our contributing guidelines before submit
|
|
|
331
331
|
|
|
332
332
|
## 📝 License
|
|
333
333
|
|
|
334
|
-
MIT ©
|
|
334
|
+
MIT © RahmanC
|
|
335
335
|
|
|
336
336
|
## 🙏 Acknowledgments
|
|
337
337
|
|
package/package.json
CHANGED