rename that boi

This commit is contained in:
Ryan Haskell-Glatz 2019-11-21 18:49:00 -06:00
parent d54a2711b1
commit 2b0a6e694f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"type": "package",
"name": "ryannhg/elm-app",
"name": "ryannhg/elm-spa",
"summary": "a way to build single page apps with Elm",
"license": "BSD-3-Clause",
"version": "1.0.0",

View File

@ -1,4 +1,4 @@
# ryannhg/elm-app
# ryannhg/elm-spa
> the elm package that makes building `elm-spa` super easy!

View File

@ -14,7 +14,7 @@ module Spa.Types exposing
## 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.
You might notice that there are a **lot of generic types**.