Skip to content

Commit 4ff9c51

Browse files
docs: Remove greenkeeper reference
1 parent ea4574d commit 4ff9c51

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# UI-Router for Angular  [![Build Status](https://travis-ci.org/ui-router/angular.svg?branch=master)](https://travis-ci.org/ui-router/angular)
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/ui-router/angular.svg)](https://greenkeeper.io/)
4-
53
### @uirouter/angular: State based routing for Angular (v2+)
64

75
---
6+
87
**[Tutorials](https://ui-router.github.io/tutorials/)** |
98
**[API Docs](https://ui-router.github.io/ng2/docs/latest/)** |
109
**[Guides](https://ui-router.github.io/guide)** |
@@ -16,15 +15,15 @@
1615
---
1716

1817
@uirouter/angular is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
19-
routing framework for [Angular](http://angular.io).
20-
21-
Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
22-
changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
18+
routing framework for [Angular](http://angular.io).
19+
20+
Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
21+
changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
2322
location deep within the SPA.
2423

25-
UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a
26-
[*state machine*](https://en.wikipedia.org/wiki/Finite-state_machine) to manage the transitions between those
27-
application states in a transaction-like manner.
24+
UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a
25+
[_state machine_](https://en.wikipedia.org/wiki/Finite-state_machine) to manage the transitions between those
26+
application states in a transaction-like manner.
2827

2928
## Get Started
3029

0 commit comments

Comments
 (0)