Skip to content

Commit

Permalink
fix: Syntax fix for index documents inside Waku foldersFix syntax (#34)
Browse files Browse the repository at this point in the history
# What does this PR resolve? πŸš€
- Changes title inside Waku/README.md from h2 to h1
- Changes title inside Waku/Deprecated/README.md from h2 to h1

# Details πŸ“
The syntax for the title of the markdown seems to not be proper one
comparing to other README documents.
It's important to define titles with h1(#) to be able to parse it
properly later on by the website
  • Loading branch information
pajicf authored Apr 23, 2024
1 parent 8f94e97 commit 69f2853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waku/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Waku RFCs
# Waku RFCs

Waku builds a family of privacy-preserving, censorship-resistant communication protocols for web3 applications.

Expand Down
2 changes: 1 addition & 1 deletion waku/deprecated/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Deprecated RFCs
# Deprecated RFCs

Deprecated specifications are no longer used in Waku products.
This subdirectory is for achrive purpose and
Expand Down

0 comments on commit 69f2853

Please sign in to comment.