From 0a846b05122c9d3131ae1aabffd081f53350d399 Mon Sep 17 00:00:00 2001
From: Hafid Nur
Date: Thu, 3 Apr 2025 14:03:38 +0700
Subject: [PATCH] docs: fix
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b0d9f58..fcbae9b 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
-
+
This repository is a **monorepo** for all frontend services of IMPHNEN. The monorepo includes three main applications:
-1. **Gacha** - Gacha feature https://gacha.imphnen.dev/
+1. **Gacha** - Gacha feature https://gacha.imphnen.dev/
2. **Backoffice** - Application for internal management.
3. **Dimentorin** - Application for mentoring services.
@@ -98,7 +98,7 @@ This repository uses Storybook to develop, test, and document UI components in a
- **Build Components**
- This command generates a static build of Storybook, which can be deployment for sharing and documentation purposes.
+ This command generates a static build of Storybook, which can be deployed for sharing and documentation purposes.
```sh
npm run ui:build
@@ -107,7 +107,7 @@ This repository uses Storybook to develop, test, and document UI components in a
## How to contribute
1. Fork the repository and clone it locally.
-2. Create a new branch for new feature or fix:
+2. Create a new branch for a new feature or fix:
```sh
git checkout -b feat/nama-fitur
```