mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-26 11:05:14 +03:00
rename that boi
This commit is contained in:
parent
d54a2711b1
commit
2b0a6e694f
2
elm.json
2
elm.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"name": "ryannhg/elm-app",
|
"name": "ryannhg/elm-spa",
|
||||||
"summary": "a way to build single page apps with Elm",
|
"summary": "a way to build single page apps with Elm",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# ryannhg/elm-app
|
# ryannhg/elm-spa
|
||||||
> the elm package that makes building `elm-spa` super easy!
|
> the elm package that makes building `elm-spa` super easy!
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ module Spa.Types exposing
|
|||||||
|
|
||||||
## types so spooky, they got their own module!
|
## types so spooky, they got their own module!
|
||||||
|
|
||||||
This module is all about exposing the types that `ryannhg/elm-app` uses
|
This module is all about exposing the types that `ryannhg/elm-spa` uses
|
||||||
under the hood.
|
under the hood.
|
||||||
|
|
||||||
You might notice that there are a **lot of generic types**.
|
You might notice that there are a **lot of generic types**.
|
||||||
|
Loading…
Reference in New Issue
Block a user