From 5534f33a9938cc2261a41e87d6c6e89fd8229563 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Fri, 29 Jul 2022 08:24:45 -0400 Subject: [PATCH] Update README.md --- README.md | 69 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 202dfa7..6e124ed 100644 --- a/README.md +++ b/README.md @@ -7,33 +7,34 @@ ```astro { - (item) =>

{item.title}

+ (item) =>

{item.title}

}
``` ```astro -

Everything was Truthy!

+

Everything was Truthy!

- -

Not everything was truthy...

+ +

Not everything was truthy...

+
``` ```astro - -

Positive

-

Truly Positive

-
- -

Negative

-

Really Negative

-
- -

Default

-

Definitely Default

-
+ +

Positive

+

Truly Positive

+
+ +

Negative

+

Really Negative

+
+ +

Default

+

Definitely Default

+
``` @@ -52,26 +53,26 @@ Use **Astro Flow** components in your project. import { Case, For, Switch } from '@astropub/flow' --- { - (item) =>

{item.title}

+ (item) =>

{item.title}

}
-

Things are true.

+

Things are true.

- -

Positive

-

Truly Positive

-
- -

Negative

-

Really Negative

-
- -

Default

-

Definitely Default

-
+ +

Positive

+

Truly Positive

+
+ +

Negative

+

Really Negative

+
+ +

Default

+

Definitely Default

+
``` @@ -87,12 +88,12 @@ Inside of this Astro project, you'll see the following folders and files: │ ├── public/ │ └── src/ │ └── pages/ - ├── index.astro + ├── index.astro │ └── ...etc └── packages/ - └── astro-flow/ - ├── package.json - └── ...etc + └── astro-flow/ + ├── package.json + └── ...etc ``` This project uses **workspaces** to develop a single package, `@astropub/flow`.