Skip to content

Commit

Permalink
update package organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
bettysteger committed Nov 3, 2023
1 parent 275e546 commit 51cc99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Hier könnt ihr den [111-Rechner](https://hundertelf.github.io/sv-steuer-rechner
## Installation

```bash
npm install @hundertelf/sv-steuer-rechner
npm install @hundert11/sv-steuer-rechner
```


## Usage

```js
import calculate from '@hundertelf/sv-steuer-rechner';
import calculate from '@hundert11/sv-steuer-rechner';

const options = {
year: 2021,
Expand All @@ -64,4 +64,3 @@ console.log(results); // { est, sv, netto, tipps };
---

Made with ♡ in Salzburg.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hundertelf/sv-steuer-rechner",
"name": "@hundert11/sv-steuer-rechner",
"version": "1.0.0",
"description": "Calculates the real profit for an Austrian Freelancer",
"main": "src/index.js",
Expand Down

0 comments on commit 51cc99a

Please sign in to comment.