Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit f1591ff

Browse files
authored
Merge pull request #143 from DeftWork/patch-1
Update README.md
2 parents 03af1f8 + bb903fa commit f1591ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository is rendered online at [http://ibm.github.io](http://ibm.github.i
44

55
### Adding a new repo to the listing
66

7-
In order to have your repository show up at [http://ibm.github.io](http://ibm.github.io), a minor change to [orgs.js](orgs.js) is required.
7+
In order to have your repository show up at [http://ibm.github.io](http://ibm.github.io), a minor change to [orgs.js](js/orgs.js) is required.
88

9-
* To add a single repository add a new entry to [orgs.js](orgs.js), specify the Github organization name and the repository name (separate them with a `/`), and set the `type` to `repo`, an example can be seen below:
9+
* To add a single repository add a new entry to [orgs.js](js/orgs.js), specify the Github organization name and the repository name (separate them with a `/`), and set the `type` to `repo`, an example can be seen below:
1010

1111
```
1212
{
@@ -15,7 +15,7 @@ In order to have your repository show up at [http://ibm.github.io](http://ibm.gi
1515
}
1616
```
1717

18-
* To add all the repositories in a Github organization add a new entry to [orgs.js](orgs.js), specify the Github organization name, and set the `type` to `org`, an example can be seen below:
18+
* To add all the repositories in a Github organization add a new entry to [orgs.js](js/orgs.js), specify the Github organization name, and set the `type` to `org`, an example can be seen below:
1919

2020
```
2121
{

0 commit comments

Comments
 (0)