Skip to content

Commit 2efc839

Browse files
committed
reknit readme
1 parent 3f6a7c8 commit 2efc839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shed the bad decision that you inevitably make over the course of
1616
development, and start from scratch.
1717

1818
You’ll find that plumber2 is very similar to plumber in a lot of ways,
19-
but diverts in key areas, resulting in API incompitability between the
19+
but diverts in key areas, resulting in API incompatibility between the
2020
two packages. Because of this you may need to update your plumber APIs
2121
if switching to plumber2.
2222

@@ -35,7 +35,7 @@ pak::pak("posit-dev/plumber2")
3535

3636
At this point in the development feedback is crucial. If you do decide
3737
to try out plumber2, please share your experience, both good and bad,
38-
and ask question as it informs us about where to spend more time with
38+
and ask questions as it informs us about where to spend more time with
3939
documentation.
4040

4141
## Hello World
@@ -101,7 +101,7 @@ and `body` argument respectively. As can be seen above they also use
101101
different tags in the documentation.
102102

103103
Speaking of documentation, the parsing of plumber blocks have been
104-
greatly improved. It is now build upon roxygen2, so it follows that
104+
greatly improved. It is now built upon roxygen2, so it follows that
105105
convention, allowing multiline tags and defaulting to the first line as
106106
title and proceeding untagged lines as description. The ability to
107107
define input and output types has also been greatly expanded, adding the
@@ -110,7 +110,7 @@ above) define enum (factors) to name a few. All input will get type
110110
checked and default value imputed if missing.
111111

112112
For the `/plot` handler you can also see that it specifies multiple
113-
serializers. Doing so will allow the client to request it’s prefered
113+
serializers. Doing so will allow the client to request its preferred
114114
response format using the `Accept` header. Plumber2 will then perform
115115
content negotiation to figure out the best response format based on what
116116
it supports and what the client prefers.

0 commit comments

Comments
 (0)