diff --git a/README.md b/README.md index 29b071f..b17bae4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Add this package to your pubspec.yaml file: Then, run `pub get` to download and link in the package. -## Sample +## Example Live: [m4d_router.example.mikemitterer.at](http://m4d_router.example.mikemitterer.at/) -Source - check it out on [GitHub](https://github.com/MikeMitterer/m4d_router/tree/route_version/example/browser) +Source on [GitHub](https://github.com/MikeMitterer/m4d_router/tree/route_version/example/browser) ```dart void main() { diff --git a/build.jenkins b/build.jenkins index 080ec81..9158c77 100644 --- a/build.jenkins +++ b/build.jenkins @@ -36,8 +36,8 @@ pipeline { steps { timeout(time: 30, unit: 'MINUTES') { ansiColor('xterm') { - sh './deploy-sample.sh --deploy' - sh './deploy-sample.sh --publish --force' + sh './deploy-samples.sh --deploy' + sh './deploy-samples.sh --publish --force' } } }