Skip to content

Fix wrong import path in carp_movisens_package README#574

Merged
Congiuntivo merged 2 commits into
mainfrom
fix/movisens-readme-import-path
Jun 12, 2026
Merged

Fix wrong import path in carp_movisens_package README#574
Congiuntivo merged 2 commits into
mainfrom
fix/movisens-readme-import-path

Conversation

@Congiuntivo

Copy link
Copy Markdown
Contributor

Fixes #573

The import on line 109 of packages/carp_movisens_package/README.md had two errors:

  • Wrong package name: movisens_packagecarp_movisens_package
  • Wrong file name: movisens.dartcarp_movisens_package.dart (the only entry-point file in lib/)

One-line change, no logic affected.

Fixes #573

The import used the wrong package name (movisens_package instead of
carp_movisens_package) and a non-existent file (movisens.dart instead
of carp_movisens_package.dart).
@Congiuntivo Congiuntivo added the documentation Improvement to documentation label May 27, 2026

@bardram bardram left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect

@Congiuntivo Congiuntivo merged commit a3f6742 into main Jun 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvement to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong import path in carp_movisens_package README

2 participants