From a5df3594d33ccde85cda53c8f5918a84a2b0f023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 23 May 2021 18:11:24 +0200 Subject: [PATCH] Improve installation instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b96130c..ffc57b7 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,13 @@ mix.webpackConfig({ }) ``` -Next, run `php artisan airwire:generate` to generate the initial TS files. This will create `airwire.ts` and `airwired.d.ts`. Open your `app.ts` and the former: +Next, generate the initial TS files: + +``` +php artisan airwire:generate +``` + +This will create `airwire.ts` and `airwired.d.ts`. Open your `app.ts` and import the former: ```ts import Airwire from './airwire'