We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca4019 commit 45b2a18Copy full SHA for 45b2a18
README.md
@@ -4,5 +4,5 @@ A few examples of projects using Romcal.
4
5
- [html-web-page](./html-web-page) – loading romcal in a HTML script tag (`iife`).
6
- [react-app](./react-app) – a basic React application loading and displaying romcal data.
7
-- [rest-api-with-express](./rest-api-with-express) – a REST API using Node.js and Express, written as CommonJs (`cjs`).
+- [rest-api-with-express](./rest-api-with-express) – a REST API using Node.js and Express, written as ES Module (`esm`) (formerly cjs).
8
- [rest-api-with-fastify](./rest-api-with-fastify) – a REST API using Node.js and Fastify, written as ES Module (`esm`).
0 commit comments