Skip to content

Commit

Permalink
docs: Update Bun language-specific guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Sep 19, 2024
1 parent b2860e5 commit 7fee82a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion content/guides/language/cpp/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ directory.
│ ├── LICENSE
│ ├── ok_api.cpp
│ └── README.md
```

To learn more about the files in the repository, see the following:
Expand Down
2 changes: 1 addition & 1 deletion content/language/bun/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Bun getting started guide teaches you how to create a containerized Bun appl
* Configure a CI/CD pipeline for a containerized Bun application using GitHub Actions
* Deploy your containerized application locally to Kubernetes to test and debug your deployment

After completing the Bun getting started modules, you should be able to containerize your own C++ application based on the examples and instructions provided in this guide.
After completing the Bun getting started modules, you should be able to containerize your own Bun application based on the examples and instructions provided in this guide.

Start by containerizing an existing Bun application.

Expand Down

0 comments on commit 7fee82a

Please sign in to comment.