Skip to content

Commit 8a20108

Browse files
committed
feat: Update project name and links, add Installation section to readme
1 parent d99e686 commit 8a20108

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Strings
1+
# StringExtension
22
A string processing library for the C# programming language. It provides features to manipulate and transform strings in a simple and efficient way. The library is open-source and provided with unit tests and performance tests. It is designed to be easily integrated into your existing projects. Feel free to contribute to the project with ideas or development expertise.
3+
34
## Features
45

56
- RemoveCharacters - removes the specified characters from a string
@@ -12,6 +13,14 @@ A string processing library for the C# programming language. It provides feature
1213
- RemoveDuplicateCharacters - remove duplicate characters from a given string.
1314
- ConvertToCamelCase - converts a given string to camel case.
1415

16+
## Installation
17+
18+
Install StringExtension using the following NuGet command
19+
```bash
20+
nuget install StringExtension
21+
```
22+
23+
1524
## Running Tests
1625
- The unit tests are [here](https://github.com/Antyss77/Strings/blob/master/StringsTests/StringsTests.cs)
1726
- The performance tests are [here](https://github.com/Antyss77/Strings/blob/master/StringsTests/StringsPerf.cs)

0 commit comments

Comments
 (0)