diff --git a/README.md b/README.md index 1ad40d9..479b641 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ let pool = device.create_command_pool(&pool_create_info).unwrap(); ### Optional linking -The default `linked` cargo feature will link your binary with the Vulkan loader directly and expose the infallible `Entry::new`. +The default `linked` cargo feature will link your binary with the Vulkan loader directly and expose the infallible `Entry::linked`. If your application can handle Vulkan being missing at runtime, you can instead enable the `loaded` feature to dynamically load Vulkan with `Entry::load`. ## Example