docs: correct documented import (#25)

This commit is contained in:
Cícero Pablo
2021-03-15 17:44:11 -03:00
committed by GitHub
parent 5edfa2e981
commit 6f0fd02c15

View File

@ -15,7 +15,7 @@ import 'errors.dart';
/// Once you call [load], the top-level [env] map is available.
/// You may wish to prefix the import.
///
/// import 'package:dotenv/dotenv.dart' show load, env;
/// import 'package:flutter_dotenv/flutter_dotenv.dart' show load, env;
///
/// void main() {
/// load();