diff --git a/examples/ckan-2021/README.md b/examples/ckan-2021/README.md
index 74592e54..5caa503f 100644
--- a/examples/ckan-2021/README.md
+++ b/examples/ckan-2021/README.md
@@ -1,54 +1,6 @@
-
+# π PortalJS example with CKAN and Apollo
-π Portal.JS
-The javascript framework for
-data portals
-
-
-
-π `Portal` is a framework for rapidly building rich data portal frontends using a modern frontend approach (javascript, React, SSR).
-
-`Portal` assumes a "decoupled" approach where the frontend is a separate service from the backend and interacts with backend(s) via an API. It can be used with any backend and has out of the box support for [CKAN][]. `portal` is built in Javascript and React on top of the popular [Next.js][] framework.
-
-[ckan]: https://ckan.org/
-[next.js]: https://nextjs.com/
-
-Live DEMO: https://catalog-portal-js.vercel.app
-
-## Features
-
-- πΊοΈ Unified sites: present data and content in one seamless site, pulling datasets from a DMS (e.g. CKAN) and content from a CMS (e.g. wordpress) with a common internal API.
-- π©βπ» Developer friendly: built with familiar frontend tech Javascript, React etc
-- π Batteries included: Full set of portal components out of the box e.g. catalog search, dataset showcase, blog etc.
-- π¨ Easy to theme and customize: installable themes, use standard CSS and React+CSS tooling. Add new routes quickly.
-- π§± Extensible: quickly extend and develop/import your own React components
-- π Well documented: full set of documentation plus the documentation of NextJS and Apollo.
-
-### For developers
-
-- π Build with modern, familiar frontend tech such as Javascript and React.
-- π NextJS framework: so everything in NextJS for free React, SSR, static site generation, huge number of examples and integrations etc.
- - SSR => unlimited number of pages, SEO etc whilst still using React.
- - Static Site Generation (SSG) (good for small sites) => ultra-simple deployment, great performance and lighthouse scores etc
-- π Typescript support
-
-## Getting Started
-
-### Setup
-
-Install a recent version of Node. You'll need Node 10.13 or later.
-
-### Create a Portal app
-
-To create a Portal app, open your terminal, cd into the directory you'd like to create the app in, and run the following command:
-
-```console
-npm init portal-app my-data-portal
-```
-
-> NB: Under the hood, this uses the tool called create-next-app, which bootstraps a Next.js app for you. It uses this template through the --example flag.
->
-> If it doesnβt work, please open an issue.
+**π© UPDATE April 2023: This example is now deprecated - though still works!. Please use the [new CKAN examples](https://github.com/datopian/portaljs/tree/main/examples)**
## Guide