From 09e271352ba31adaa793f2652bdb96ce311d73d3 Mon Sep 17 00:00:00 2001 From: Daniel Rizk <124117406+drizk1@users.noreply.github.com> Date: Sat, 11 May 2024 17:05:28 -0400 Subject: [PATCH] Fix README.md typo --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 752a27a..814db6a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/TidierOrg/TidierStrings.jl/blob/main/LICENSE) [![Docs: Latest](https://img.shields.io/badge/Docs-Latest-blue.svg)](https://tidierorg.github.io/TidierStrings.jl/dev) [![Build Status](https://github.com/TidierOrg/TidierStrings.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TidierOrg/TidierStrings.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Tidier&label=Downloads)](https://pkgs.genieframework.com?packages=TidierStrings) @@ -49,10 +48,10 @@ TidierStrings.jl currently supports: - `str_to_lower()` - `str_to_title()` - `str_to_sentence()` -- `str_to_dup()` -- `str_to_length()` -- `str_to_width()` -- `str_to_trim()` +- `str_dup()` +- `str_length()` +- `str_width()` +- `str_trim()` - `str_subset()` ## Examples