Skip to content

Commit cdc30b9

Browse files
committed
docs(README.md): updating the documentation to link to the current docs.
1 parent 15444ca commit cdc30b9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ Every generated project will contain a readme with guidelines for future develop
8989
The latest version is available [here](https://github.com/halfzebra/create-elm-app/blob/master/template/README.md)
9090

9191
## Why use this?
92-
Developing with [elm-platform](https://github.com/elm-lang/elm-platform) is fun and easy, but at some point, you will hit a couple of limitations.
92+
Developing with Elm is fun and easy, but at some point, you will hit a couple of limitations.
9393

94-
- [elm-make](https://github.com/elm-lang/elm-make) does not provide an efficient build tool for optimizing your project.
95-
- [elm-reactor](https://github.com/elm-lang/elm-reactor) does not work with apps that rely on [ports.](http://guide.elm-lang.org/interop/javascript.html)
96-
- You can not use [Hot Module Replacement.](https://webpack.github.io/docs/hot-module-replacement.html)
94+
- [elm-make](https://guide.elm-lang.org/install.html#elm-make) has a limited support for working with JavaScript and CSS.
95+
- [elm-reactor](https://guide.elm-lang.org/install.html#elm-reactor) does not work with apps that rely on [ports.](http://guide.elm-lang.org/interop/javascript.html)
96+
- You can not use [Hot Module Replacement.](https://webpack.js.org/concepts/hot-module-replacement)
9797

9898
Create Elm App adds a tool for optimizing production builds and running a development server with your app, which supports HMR.
9999

100-
All of that, combined with all the basic functionality of [elm-platform](https://github.com/elm-lang/elm-platform) in a single command line tool, which you might use as a dependency or `eject` anytime.
100+
All of that, combined with all the functionality of [elm](https://guide.elm-lang.org/install.html) in a single command line tool, which you might use as a dependency or `eject` anytime.
101101

102102
## Want a custom setup?
103103

@@ -120,7 +120,7 @@ Inspired by [create-react-app](https://github.com/facebookincubator/create-react
120120
The tools used by Create Elm App are subject to change.
121121
Currently it is a thin layer on top of many amazing community projects, such as:
122122

123-
* [elm-platform](https://github.com/elm-lang/elm-platform)
123+
* [elm](https://github.com/elm/compiler/tree/master/installers/npm)
124124
* [elm-test](https://github.com/elm-community/elm-test)
125125
* [webpack](https://webpack.js.org/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
126126
* [Babel](http://babeljs.io/) with ES6
@@ -134,9 +134,10 @@ All of them are transitive dependencies of the provided npm package.
134134
We would love to get you involved! Please check our [Contributing Guide](CONTRIBUTING.md) to get started!
135135

136136
## Alternatives
137-
- [elm-webpack-starter](https://github.com/moarwick/elm-webpack-starter)
138-
- [elm-app-boilerplate](https://github.com/gkubisa/elm-app-boilerplate)
139-
- [elm-hot-loader-starter](https://github.com/fluxxu/elm-hot-loader-starter)
140-
- [elm-starter](https://github.com/splodingsocks/elm-starter)
137+
138+
- [elm-webpack-starter](https://github.com/elm-community/elm-webpack-starter)
139+
- [spades](https://github.com/rogeriochaves/spades)
141140
- [elm-live](https://github.com/tomekwi/elm-live)
142-
- [generator-elmlang](https://github.com/Gizra/generator-elmlang)
141+
- [elm-app-boilerplate](https://github.com/gkubisa/elm-app-boilerplate)
142+
- [elm-hot-loader-starter](https://github.com/klazuka/example-elm-hot-webpack)
143+
- [generator-elm](https://github.com/danneu/generator-elm)

0 commit comments

Comments
 (0)