Skip to content

Commit 5525a3a

Browse files
frederikprijckpetebacondarwin
authored andcommitted
chore: update according to #itsjustangular
previously the readme contained `Angular 1`, while it's supposed to be `AngularJS`. This commit ensures the readme is up to date.
1 parent f592e47 commit 5525a3a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
131131

132132
* [General GitHub documentation](http://help.github.com/)
133133
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
134-
* [Angular.js Contributing Doc](https://github.com/angular/angular.js/blob/CONTRIBUTING.md)
134+
* [AngularJS Contributing Doc](https://github.com/angular/angular.js/blob/CONTRIBUTING.md)
135135

136136
[roadmap]: http://github.com/angular/dgeni/blob/master/ROADMAP.md
137137
[issues]: https://github.com/angular/dgeni/issues?state=open

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Watch Pete's ng-europe talk on Dgeni :
1616
[![ScreenShot](http://img.youtube.com/vi/PQNROxXajyQ/0.jpg)](http://youtu.be/PQNROxXajyQ)
1717

1818

19-
## Documenting Angular 1 Apps
19+
## Documenting AngularJS Apps
2020

21-
There are two projects out there that build upon dgeni to help create documentation for Angular 1 apps:
21+
There are two projects out there that build upon dgeni to help create documentation for AngularJS apps:
2222

2323
* dgeni-alive: https://github.com/wingedfox/dgeni-alive
2424
* sia: https://github.com/boundstate/sia

README_fr_FR.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Regardez la présentation de Pete sur Dgeni (En anglais) :
1616
[![ScreenShot](http://img.youtube.com/vi/PQNROxXajyQ/0.jpg)](http://youtu.be/PQNROxXajyQ)
1717

1818

19-
## Documenter les applications Angular 1
19+
## Documenter les applications AngularJS
2020

21-
Il existe deux projets qui s'appuient sur dgeni pour vous aider à créer la documentation pour les applications Angular 1 :
21+
Il existe deux projets qui s'appuient sur dgeni pour vous aider à créer la documentation pour les applications AngularJS :
2222

2323
* dgeni-alive: https://github.com/wingedfox/dgeni-alive
2424
* sia: https://github.com/boundstate/sia

ROADMAP.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dgeni its document processing super-powers.
2828
### Releases
2929
* v0.9.4 - bug fixes
3030
* v0.10.0 - no-config (to match the dgeni 0.4.0 release)
31-
* v0.11.0 - packages to support easy documenting of angular apps
31+
* v0.11.0 - packages to support easy documenting of AngularJS apps
3232
* v0.12.0
3333
- better jsdoc processing
3434
- coffeescript & es6 file support
@@ -59,11 +59,11 @@ searching and display of the hosted docs.
5959
* It should be able to host multiple versions of a project
6060
* It should allow linking between components in different projects/versions
6161

62-
## angular.js docs
62+
## AngularJS docs
6363

64-
The angular.js docs website and the original consumer of dgeni. We need to keep this updated with
65-
the latest changes to dgeni. Moving forward AngularJS V2 consists of multiple interdependent projects,
66-
written in ES6, which will all need a website (see dgeni-docs) to display their documentation.
64+
The AngularJS docs website and the original consumer of dgeni. We need to keep this updated with
65+
the latest changes to dgeni. Moving forward Angular consists of multiple interdependent projects,
66+
written in TypeScript, which will all need a website (see dgeni-docs) to display their documentation.
6767

6868

6969
[contributing]: https://github.com/angular/dgeni/blob/master/CONTRIBUTING.md

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dgeni",
33
"version": "0.4.7",
4-
"description": "Flexible JavaScript documentation generator used by Angular",
4+
"description": "Flexible JavaScript documentation generator used by both AngularJS and Angular",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)