diff --git a/elm-native-js/README.md b/elm-native-js/README.md index 8ec8a7b..8851c77 100644 --- a/elm-native-js/README.md +++ b/elm-native-js/README.md @@ -1,6 +1,6 @@ # Elm custom elements bindings for Nativescript -This library should be used with [elm-native](https://github.com/hariroshan/elm-native) elm library +This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) elm library ## How it works diff --git a/elm-native-js/package.json b/elm-native-js/package.json index 82cde74..5be0066 100644 --- a/elm-native-js/package.json +++ b/elm-native-js/package.json @@ -1,6 +1,6 @@ { "name": "elm-native-js", - "version": "1.0.1", + "version": "1.0.0", "description": "Nativescript bindings for elm using custom HTML elements", "keywords": ["elm", "elm-native", "nativescript", "elm mobile"], "main": "index.js", @@ -19,7 +19,7 @@ "typescript": "^4.9.4" }, "repository": { - "url": "https://github.com/hariroshan/elm-native" + "url": "https://github.com/hariroshan/elm-native-library" }, "funding": "https://github.com/sponsors/hariroshan" } diff --git a/elm-native/README.md b/elm-native/README.md index 135aa30..ccfa2bd 100644 --- a/elm-native/README.md +++ b/elm-native/README.md @@ -1,6 +1,6 @@ # Elm bindings for Nativescript -This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library +This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library We can build mobile apps with elm and Nativescript API now. And the best part is `elm/http` is supported. diff --git a/elm-native/src/Native.elm b/elm-native/src/Native.elm index 966ada6..a75ffbf 100644 --- a/elm-native/src/Native.elm +++ b/elm-native/src/Native.elm @@ -33,7 +33,7 @@ module Native exposing , webView ) -{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library +{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library We will use [CustomElements](https://guide.elm-lang.org/interop/custom_elements.html) feature to create mobile UI elements with nativescript objects and control the nativescript object from elm.