From 98c7c121aa88dc6dcb3d7955b571284203f0513b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20H=C3=A5kon?= <6097177+tepose@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:00:43 +0100 Subject: [PATCH] Update README.md Fix imports in code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1c295..de3e3ae 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Both `getDefinitions()` and `getFrontendFlags()` can take arguments overriding U import { flagsClient, evaluateFlags, - getDefinitions, + getFrontendFlags, type IVariant, } from "@unleash/nextjs"; import type { GetServerSideProps, NextPage } from "next";