From bdbae180a54e855a86db30283a254c60c0e81ac5 Mon Sep 17 00:00:00 2001 From: Adrien Hamraoui Date: Fri, 27 Oct 2023 09:59:21 +0200 Subject: [PATCH] chore(README): update README example We don't need to include `dalec/js/main.js` since https://github.com/webu/dalec/pull/18 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4dd7d3d..95f72e2 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ An example app is packaged to get a working example which does not require any e * add `dalec_example`, `dalec_prime` and `dalec` to `INSTALLED_APPS` * run migrations * include dalec.urls inside your project's urls -* add `dalec/js/main.js` inside your base.html or inside the template where you want to display the example * add those fragments of code inside the template where you want to display the example: ```django