Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blauks authored Apr 23, 2021
1 parent b8dc3a6 commit 337fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Charts: React.FC = () => {
return (
<div>
<MetApi.Line width={600} height={200 lat={63} lon={10} />
<SsbBefolkning.Threshold width={600} height={300} thresholdValue={4} municipalities={['Bærum']} />
<SsbBefolkning.Threshold width={600} height={300} thresholdValue={4} municipalities={['K-3024']} />
</div>
);
};
Expand Down

0 comments on commit 337fee1

Please sign in to comment.