Skip to content

Commit

Permalink
refactor: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 18, 2024
1 parent d2d3229 commit 59d7b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fx-rates-hu
# FXHU

Daily foreign exchange rates as published by the National Bank of Hungary (Magyar Nemzeti Bank, MNB).

Expand Down
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { defineConfig } from "astro/config";
export default defineConfig({
integrations: [
starlight({
title: "FX Rates HU",
title: "FXHU",
social: {
github: "https://github.com/kripod/fx-rates-hu",
github: "https://github.com/kripod/fxhu",
},
pagefind: false,
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fx-rates-hu",
"name": "@kripod/fxhu",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 59d7b96

Please sign in to comment.