Skip to content

Commit

Permalink
fix: update tutorial title (#523)
Browse files Browse the repository at this point in the history
## Description

Updated tutorial title to "Tutorial - Create a Pepr Module" from
"Tutorial - Create a Tutorial - Create a Pepr Module"

## Related Issue

Fixes #522
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x ] Other (security config, docs update, etc)

## Checklist before merging

- [ x] Test, docs, adr added or updated as needed
- [ x] [Contributor Guide
Steps](https://github.com/defenseunicorns/pepr/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
  • Loading branch information
schaeferka authored Jan 30, 2024
1 parent 3f13d4b commit 5bb43dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/040_pepr-tutorials/010_create-pepr-module.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tutorial - Create a Tutorial - Create a Pepr Module
# Tutorial - Create a Pepr Module

## Introduction

Expand Down Expand Up @@ -98,4 +98,3 @@ module.start();
## Summary

Checkout some examples of Pepr modules in the [excellent examples repo](https://github.com/defenseunicorns/pepr-excellent-examples). If you have questions after that, please reach out to us on [Slack](https://kubernetes.slack.com/archives/C06DGH40UCB) or [GitHub Issues](https://github.com/defenseunicorns/pepr/issues)

0 comments on commit 5bb43dd

Please sign in to comment.