Skip to content

Commit 005d851

Browse files
Merge pull request #4 from stevendborrelli/typos
Address minor issues in README.md
2 parents 398f69a + adebe93 commit 005d851

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For an example of configuring cloud resources, refer to [configuration-aws-netwo
6565
4. Create your API (`CompositeResourceDefinition`) like the one for `App` in [package-configuration/apis/apps/definition.yaml](package-configuration/apis/apps/definition.yaml)
6666
5. Create an example in the `examples` directory like [examples/apps/example.yaml](examples/apps/example.yaml)
6767
6. Build, locally-run and `crossplane render` your Composition. See the [Development](#development) section.
68-
7. Package and deploy your function to a Crossplane cluster [#building-and-packaging](#building-and-packaging).
68+
7. Package and deploy your function to a Crossplane cluster. See [Building and Packaging](#building-and-packaging).
6969

7070
## Running the Example Package
7171

@@ -89,14 +89,14 @@ spec:
8989
Once installed, confirm that the package and dependencies are installed:
9090
9191
```shell
92-
crossplane beta trace configuration.pkg configuration-template-typescript
92+
crossplane beta trace configuration.pkg crossplane-configuration-template-typescript
9393
NAME VERSION INSTALLED HEALTHY STATE STATUS
94-
Configuration/configuration-template-typescript v0.2.0 True True - HealthyPackageRevision
95-
├─ ConfigurationRevision/configuration-template-typescript-93b73b00eb21 v0.2.0 - - Active
94+
Configuration/crossplane-configuration-template-typescript v0.2.0 True True - HealthyPackageRevision
95+
├─ ConfigurationRevision/crossplane-configuration-template-typescript-93b73b00eb21 v0.2.0 - - Active
9696
├─ Function/crossplane-contrib-function-auto-ready v0.6.0 True True - HealthyPackageRevision
9797
│ └─ FunctionRevision/crossplane-contrib-function-auto-ready-59868730b9a9 v0.6.0 - - Active
98-
└─ Function/crossplane-function-template-typescript-function v0.2.0 True True - HealthyPackageRevision
99-
└─ FunctionRevision/crossplane-function-template-typescript-function-cd83fe939bc7 v0.2.0 -
98+
└─ Function/crossplane-function-template-typescript v0.2.0 True True - HealthyPackageRevision
99+
└─ FunctionRevision/crossplane-function-template-typescript-cd83fe939bc7 v0.2.0 -
100100
```
101101

102102
### Deploy the Example Manifest
@@ -154,7 +154,7 @@ To develop Compositions using Typescript, the following is recommended:
154154
- Node.js 24 or later recommended.
155155
- npm
156156
- Docker (for building the Node container image)
157-
- Both TypeScript 5+ and TypeScript 7 (tsgo) are supported.
157+
- Both TypeScript 5+ (tsc) and TypeScript 7 (tsgo) compilers are supported.
158158

159159
## Project Structure
160160

@@ -290,7 +290,7 @@ the Function and dependencies to a Crossplane environment.
290290
The function package can be installed into a cluster and the `definition.yaml` and `composition.yaml` files located in [package-configuration/apis/apps/](package-configuration/apis/apps/) can be applied to the cluster using `kubectl`. The
291291
manifest to build the function package is located in [package-function/crossplane.yaml](package-function/crossplane.yaml).
292292

293-
To install everything together in a Configuration package, [package-configuration/crossplane.yaml](package-configuration/crossplane.yaml).
293+
To install everything together in a Configuration package, use [package-configuration/crossplane.yaml](package-configuration/crossplane.yaml).
294294

295295
### About Crossplane Packages
296296

0 commit comments

Comments
 (0)