Skip to content

Commit ecc90ef

Browse files
committed
Minor readme update.
1 parent 52cc29c commit ecc90ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Check out [our website](https://www.yellicode.com) for more.
1111

1212
## Using the Angular package
1313
### Prerequisites
14-
In order to run a code generation template, you must have the CLI installed (@yellicode/cli) globally and have a valid *codegenconfig.json* file in your working directory. Please refer to the [installation instructions](https://www.yellicode.com/docs/installation) and the [quick start](https://www.yellicode.com/docs/quickstart) for more.
15-
14+
In order to run a code generation template, you must have the Yellicode CLI installed globally (`npm install -g @yellicode/cli`) and have a valid *codegenconfig.json* file in your working directory. Please refer to the [installation instructions](https://www.yellicode.com/docs/installation) and the [quick start](https://www.yellicode.com/docs/quickstart) for more.
1615

1716
### Installation
1817
Open a terminal/command prompt in your working directory and install this package as a dev dependency:
@@ -23,7 +22,8 @@ npm install @yellicode/angular --save-dev
2322

2423
### Sample template
2524
The following sample generates a simple Angular component file named *my-component*. For simplicity, the component name in this example is static.
26-
Refer to the [Yellicode website](https://www.yellicode.com) on how to build a real model-driven app.
25+
26+
For a more sophisticated example, check out the article [Build your own Angular code generator](https://www.yellicode.com/blog/angular-code-generator).
2727

2828
```ts
2929
import { TypeScriptWriter } from '@yellicode/typescript';

0 commit comments

Comments
 (0)