Skip to content

Commit 736e88d

Browse files
committed
fix:/changes in readme as per Requirment
1 parent 0ed5410 commit 736e88d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ARC ANGULAR BOILERPLATE
2-
[![Version](https://img.shields.io/badge/@angular/core-v14-brightgreen)
2+
[![Version](https://img.shields.io/badge/@angular/core-v14-brightgreen)(https://www.npmjs.com/package/@angular/cli/v/14.0.0)
33

44
<!-- DOCUMENTATION -->
55

@@ -13,10 +13,10 @@
1313

1414
## Usage
1515

16-
#### Step 1:Clone the boilerplate project repository to your local machine
16+
#### Step 1: Clone the boilerplate project repository to your local machine
1717

1818
```sh
19-
https://github.com/sourcefuse/angular-boilerplate
19+
git clone https://github.com/sourcefuse/angular-boilerplate
2020
```
2121

2222
#### Step 2: Install the project dependencies by running the following command
@@ -61,7 +61,7 @@ PROJECTS
6161
├── arc
6262
├── arc-lib
6363
│ └── src
64-
└──lib
64+
└──lib
6565
│ ├── assets
6666
│ ├── components
6767
│ ├── core
@@ -71,7 +71,7 @@ PROJECTS
7171

7272
## Projects
7373

74-
### Purpose of the Projectswe have
74+
### Purpose of the Projects folder boilerplate have
7575
- Boilerplate use Multi project to avoid duplicate code and easy maintainance this can be used where
7676
we have to maintain multiple projects that have something in common like a user portal and admin portal
7777
Here Boilerplate use "Projects" folder typically serves as a centralized location to organize and store project-related files and resources.
@@ -88,7 +88,7 @@ PROJECTS
8888
2. Arc-Lib
8989
- A arc-lib shared library can include components, services, pipes, directives, and other modules that can be used by other projects in the workspace. By using a shared library, we avoid duplicating code and functionality across multiple projects, which can save time and effort.
9090

91-
For further reference you can refer [Here](Projects/arc-lib/README.md)
91+
For further reference you can refer [Here](projects/arc-lib/README.md)
9292

9393

9494
#### Step 3: Setup of Starting the Server

projects/arc-lib/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Theme module in arc is usually used in conjunction with Nebular, Nebular is a cu
106106
Also, provides methods to register icon packs with the NbIconLibraries service. The `NbIconLibraries` service is a part of the nebular UI library and is used to manage icon libraries and packs.
107107

108108
For more details about Theme Module,refer [Here](/projects/arc-lib/src/lib/theme/readme.md)
109-
(./src/lib/theme/readme.md)
110109

111110
## Components:
112111

0 commit comments

Comments
 (0)