Skip to content

Commit

Permalink
📖 DOC: Update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti committed Dec 29, 2020
1 parent 035ee42 commit b570bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=princesslana_jsonf&metric=coverage)](https://sonarcloud.io/dashboard?id=princesslana_jsonf)
[![Discord](https://img.shields.io/discord/417389758470422538)](https://discord.gg/3aTVQtz)

JsonF is an API for fetching values from JSON.
JsonF is a straight forward way to fetch values from JSON.

It does not implement JSON parsing itself, but instead presents a consistent
and straight forward API on top of whichver JSON library you are already using.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>${revision}</version>
<packaging>jar</packaging>
<name>jsonf</name>
<description>Simple fetching of data from JSON</description>
<description>JsonF is a straight forward way to fetch values from JSON</description>
<url>https://github.com/princesslana/jsonf</url>
<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** JsonF is an API for fetching values from JSON. */
/** JsonF is a straight forward way to fetch values from JSON. */
package com.github.princesslana.jsonf;

0 comments on commit b570bcf

Please sign in to comment.