Skip to content

Commit 6b3bcd7

Browse files
committed
core: make the rest nicer too
1 parent d8a2992 commit 6b3bcd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
187187
#### Babel General Resources
188188
* [Babel](https://babeljs.io/) Official Website for Babel
189189
* [REPL](https://babeljs.io/repl/) Official Babel REPL that runs entirely in your browser
190-
* [github] [Repo](https://github.com/babel/babel) Official Github Repo for Babel
190+
* [Babel Repository (GitHub)](https://github.com/babel/babel) Official Github Repo for Babel
191191

192192
#### Babel Angular 2 Online Playground
193193

194194
#### Babel Seed Projects
195-
* [gituhb] [babel-angular2-app](https://github.com/shuhei/babel-angular2-app) A skeleton Angular 2 app built with babel.
195+
* [babel-angular2-app](https://github.com/shuhei/babel-angular2-app) A skeleton Angular 2 app built with babel.
196196

197197
### Angular 2 in ES5
198198
> An ECMAScript language that includes structured, dynamic, functional, and prototype-based features.
@@ -205,7 +205,7 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
205205
### Platforms
206206

207207
##### Ionic 2 General Resources
208-
* [github] [Repo](https://github.com/driftyco/ionic2)
208+
* [Repository (GitHub)](https://github.com/driftyco/ionic2)
209209

210210
#### Angular 2 in NativeScript
211211
> Build truly native iOS, Android and Windows Phone apps with Javascript and CSS. Try NativeScript open-source framework for cross-platform development.
@@ -214,7 +214,7 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
214214
* [NativeScript](https://www.nativescript.org/) Official Website for NativeScript
215215

216216
#### NativeScript Seed Projects
217-
* [github] [sample-Angular2](https://github.com/NativeScript/sample-Angular2)
217+
* [sample-Angular2](https://github.com/NativeScript/sample-Angular2)
218218

219219
#### Angular 2 in React Native
220220
> React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript

0 commit comments

Comments
 (0)