Skip to content

Commit 1beadfb

Browse files
committed
Updated the text ng-grid to ui-grid.
1 parent 820df37 commit 1beadfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ included in the project:
100100

101101
```bash
102102
# Clone your fork of the repo into the current directory
103-
git clone https://github.com/<your-username>/ng-grid.git
103+
git clone https://github.com/<your-username>/ui-grid.git
104104
# Navigate to the newly cloned directory
105-
cd ng-grid
105+
cd ui-grid
106106
# Assign the original repo to a remote called "upstream"
107-
git remote add upstream https://github.com/angular-ui/ng-grid.git
107+
git remote add upstream https://github.com/angular-ui/ui-grid.git
108108
```
109109

110110
2. If you cloned a while ago, get the latest changes from upstream:

0 commit comments

Comments
 (0)