Skip to content

Commit 859fd80

Browse files
SLane35JimBobSquarePants
authored andcommitted
Update Readme (SixLabors#905)
A few minor grammatical corrections.
1 parent cceedbf commit 859fd80

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Designed to democratize image processing, ImageSharp brings you an incredibly po
2222

2323
Compared to `System.Drawing` we have been able to develop something much more flexible, easier to code against, and much, much less prone to memory leaks. Gone are system-wide process-locks; ImageSharp images are thread-safe and fully supported in web environments.
2424

25-
Built against .NET Standard 1.3 ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
25+
Built against .NET Standard 1.3, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
2626

2727
### Documentation
2828
For all SixLabors projects, including ImageSharp:
@@ -41,15 +41,15 @@ Install stable releases via Nuget; development releases are available via MyGet.
4141

4242
The **ImageSharp** library is made up of multiple packages:
4343
- **SixLabors.ImageSharp**
44-
- Contains the generic `Image<TPixel>` class, PixelFormats, Primitives, Configuration, and other core functionality.
45-
- The `IImageFormat` interface, Jpeg, Png, Bmp, and Gif formats.
46-
- Transform methods like Resize, Crop, Skew, Rotate - Anything that alters the dimensions of the image.
47-
- Non-transform methods like Gaussian Blur, Pixelate, Edge Detection - Anything that maintains the original image dimensions.
44+
- Contains the generic `Image<TPixel>` class, PixelFormats, Primitives, Configuration, and other core functionality
45+
- The `IImageFormat` interface, Jpeg, Png, Bmp, and Gif formats
46+
- Transform methods like Resize, Crop, Skew, Rotate - anything that alters the dimensions of the image
47+
- Non-transform methods like Gaussian Blur, Pixelate, Edge Detection - anything that maintains the original image dimensions
4848

4949
- **SixLabors.ImageSharp.Drawing**
50-
- Brushes and various drawing algorithms, including drawing images.
50+
- Brushes and various drawing algorithms, including drawing images
5151
- Various vector drawing methods for drawing paths, polygons etc.
52-
- Text drawing.
52+
- Text drawing
5353

5454
### Build Status
5555

@@ -117,7 +117,7 @@ Alternatively, you can work from command line and/or with a lightweight editor o
117117
- [Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
118118
- [.NET Core](https://www.microsoft.com/net/core#linuxubuntu)
119119

120-
To clone ImageSharp locally click the "Clone in Windows" button above or run the following git commands.
120+
To clone ImageSharp locally, click the "Clone in Windows" button above or run the following git commands:
121121

122122
```bash
123123
git clone https://github.com/SixLabors/ImageSharp

0 commit comments

Comments
 (0)