Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aazw committed Jan 13, 2025
1 parent 7bfae73 commit f248f77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# rfc-search
# RFC Search

A web tool for easily searching and visualizing RFCs and their dependencies.


## 概要

Expand Down
2 changes: 1 addition & 1 deletion node/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function App() {
return (
<>
<div>
<h1 className="text-2xl font-bold py-2">RFC</h1>
<h1 className="text-2xl font-bold py-2">RFC Search</h1>
</div>
<Table></Table>
</>
Expand Down

0 comments on commit f248f77

Please sign in to comment.