Skip to content

Commit

Permalink
Merge pull request #24 from spacecowboy/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
MohamedRejeb authored Dec 2, 2023
2 parents 214e287 + 64fbf3d commit 2639640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val version = "0.2.1"
implementation("com.mohamedrejeb.ksoup:ksoup-html:$version")

// Only for encoding and decoding HTML entities
implementation("com.mohamedrejeb.ksoup:ksoup-entites:$version")
implementation("com.mohamedrejeb.ksoup:ksoup-entities:$version")
```

## Usage
Expand Down Expand Up @@ -156,7 +156,7 @@ val decoded = KsoupEntities.decodeHtml("Hello & World") // return: Hello & W
```

`KsoupEntities` also provides methods to encode and decode only XML entities or HTML4.
The `KsoupEntities` class is available in the `ksoup-entites` module.
The `KsoupEntities` class is available in the `ksoup-entities` module.

Both `encodeHtml` and `decodeHtml` methods support all HTML5 entities, XML entities, and HTML4 entities.

Expand Down Expand Up @@ -192,4 +192,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
```

0 comments on commit 2639640

Please # to comment.