Skip to content

Commit ec6b653

Browse files
chore: fix brand name
1 parent 2caa02c commit ec6b653

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# CodeBlock Dev Kit SaaS Template
1+
#CodeBlock DevKit SaaS Template
22

3-
A comprehensive SaaS application template built with the [CodeBlock Dev Kit](https://codeblock.dev). This template provides a complete foundation for building modern, scalable SaaS applications with enterprise-grade architecture.
3+
A comprehensive SaaS application template built with the [CodeBlock DevKit](https://codeblock.dev). This template provides a complete foundation for building modern, scalable SaaS applications with enterprise-grade architecture.
44

55
<div align="center">
66
<a href="https://www.youtube.com/embed/s5PO1JIE38w">
7-
<img src="https://codeblock.dev/images/intro.png" alt="Codeblock Dev Kit Introduction" width="280" height="157.5" style="border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
7+
<img src="https://codeblock.dev/images/intro.png" alt="Codeblock DevKit Introduction" width="280" height="157.5" style="border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
88
</a>
99
<span> . </span>
1010
<a href="https://www.youtube.com/embed/wm54wmv-m4c">
11-
<img src="https://codeblock.dev/images/saas-template.png" alt="CodeBlock Dev Kit's SaaS application template" width="280" height="157.5" style="border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
11+
<img src="https://codeblock.dev/images/saas-template.png" alt="CodeBlock DevKit's SaaS application template" width="280" height="157.5" style="border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
1212
</a>
1313
</div>
1414

@@ -28,11 +28,11 @@ git clone https://github.com/CodeBlock-Dev/CodeBlock.DevKit.SaaS.Template.git
2828
cd CodeBlock.DevKit.SaaS.Template
2929
```
3030

31-
**Note**: All Dev Kit modules are delivered via [NuGet packages](https://www.nuget.org/profiles/CodeBlock.Dev), so you only need to maintain your own business logic.
31+
**Note**: All DevKit modules are delivered via [NuGet packages](https://www.nuget.org/profiles/CodeBlock.Dev), so you only need to maintain your own business logic.
3232

3333
# 📋 Purchase a License
3434

35-
To use this template, you need to purchase a license from the CodeBlock Dev Kit website. Here's how to get started:
35+
To use this template, you need to purchase a license from theCodeBlock DevKit website. Here's how to get started:
3636

3737
1. Visit [codeblock.dev](https://codeblock.dev/#pricing) and purchase a plan.
3838
2. Go to your [dashboard](https://codeblock.dev/dashboard) and download your license file (`codeblock.dev.license.lic`).
@@ -91,7 +91,7 @@ The template includes a complete example implementation called 'DemocThings' to
9191
- Look at the `src/3-Tests/Application.Tests.Unit/UseCases/DemoThings/` to see how unit tests are written.
9292
- Look at the `src/3-Tests/Application.Tests.Integration/UseCases/DemoThings/` to see how integration tests are structured.
9393

94-
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
94+
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock DevKit Documentation](https://docs.codeblock.dev/).
9595

9696
**💡 AI Coding Tip**: When using AI coding agents (like GitHub Copilot, Cursor), you can reference the `DemoThings` sample implementation to help the AI understand your project's architecture and coding patterns. This sample serves as a great example for the AI model to follow when implementing similar features in your SaaS application.
9797

@@ -108,7 +108,7 @@ For convenience, we've provided scripts to run build tasks locally:
108108
| `src/4-Build/scripts/compile/` | Builds the entire solution |
109109
| `src/4-Build/scripts/lint/` | Runs code quality checks |
110110
| `src/4-Build/scripts/tests/` | Executes unit and integration tests |
111-
| `src/4-Build/scripts/packages/` | Updates CodeBlock Dev Kit NuGet packages |
111+
| `src/4-Build/scripts/packages/` | UpdatesCodeBlock DevKit NuGet packages |
112112

113113
For detailed build system documentation, see the [Build README](src/4-Build/README.md).
114114

@@ -119,7 +119,7 @@ For detailed build system documentation, see the [Build README](src/4-Build/READ
119119

120120
You can modify these workflows based on your deployment environment. The template is not limited to any specific platform - you can deploy to cloud services, Linux servers, Windows servers, or any other environment of your choice.
121121

122-
For detailed CI/CD guidance, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
122+
For detailed CI/CD guidance, refer to the [CodeBlock DevKit Documentation](https://docs.codeblock.dev/).
123123

124124
# ⚙️ Configure Required Services
125125

src/4-Build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ To run `.sh` files on Windows, you need one of these installed:
9595

9696
### Packages
9797
- Location: `scripts/packages/`
98-
- Purpose: Updates CodeBlock Dev Kit NuGet packages, giving you access to the latest features and bug fixes.
98+
- Purpose: Updates CodeBlock DevKit NuGet packages, giving you access to the latest features and bug fixes.
9999
- Files: `UpdateDevKitPackages.bat`, `UpdateDevKitPackages.ps1`, `UpdateDevKitPackages.sh`

0 commit comments

Comments
 (0)