Skip to content

Commit

Permalink
readme update: remove extra line breaks
Browse files Browse the repository at this point in the history
Signed-off-by: webKrafter <54419534+webKrafter@users.noreply.github.com>
  • Loading branch information
webKrafter authored Feb 20, 2023
1 parent 23352d9 commit 4c9889a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@
npm insall -save-dev @webkrafters/get-property<br />
</p>

<br />

## Usage:

```jsx
import getProperties from '@webkrafters/get-property';
const property = getProperties(data, path, defaultValue?); // => PropertyInfo
```
<br />
## Parameters:
<hr />
<table>
Expand Down Expand Up @@ -94,8 +90,6 @@ const property = getProperties(data, path, defaultValue?); // => PropertyInfo
</table>
<hr />
<br />
<h2>Returned Data: <code>PropertyInfo</code></h2>
<hr />
<table>
Expand Down Expand Up @@ -179,8 +173,6 @@ const property = getProperties(data, path, defaultValue?); // => PropertyInfo
</table>
<hr />
<br />
# License
MIT

0 comments on commit 4c9889a

Please sign in to comment.