We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820df37 commit 1beadfbCopy full SHA for 1beadfb
CONTRIBUTING.md
@@ -100,11 +100,11 @@ included in the project:
100
101
```bash
102
# Clone your fork of the repo into the current directory
103
- git clone https://github.com/<your-username>/ng-grid.git
+ git clone https://github.com/<your-username>/ui-grid.git
104
# Navigate to the newly cloned directory
105
- cd ng-grid
+ cd ui-grid
106
# Assign the original repo to a remote called "upstream"
107
- git remote add upstream https://github.com/angular-ui/ng-grid.git
+ git remote add upstream https://github.com/angular-ui/ui-grid.git
108
```
109
110
2. If you cloned a while ago, get the latest changes from upstream:
0 commit comments