From b5428d85528986251f726639df5ea4826d3715ae Mon Sep 17 00:00:00 2001 From: Hafid Nur <73023445+hafidnrzs@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:15:52 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcbae9b..a924890 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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** - Application for gacha website. 2. **Backoffice** - Application for internal management. 3. **Dimentorin** - Application for mentoring services. @@ -109,7 +109,7 @@ This repository uses Storybook to develop, test, and document UI components in a 1. Fork the repository and clone it locally. 2. Create a new branch for a new feature or fix: ```sh - git checkout -b feat/nama-fitur + git checkout -b feat/feature-name ``` 3. Make changes, commit, and push to your forked repository. 4. Create a pull request to this repository `develop` branch.