Skip to content

Commit 32cf9f4

Browse files
committed
npm patch :)
1 parent b207681 commit 32cf9f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ key points:
211211
- No true standards around APIs have ever been built or enforced in a rigorous
212212
manner across the industry. Primarily, opinions around SOAP, REST and GraphQL
213213
requests have been built into **frameworks and tools** instead of a
214-
**language specification**, increasing the cognitive overhead required to ship
215-
functional web-based software.
214+
**language specification**, which has artificially inflated the cognitive
215+
overhead required to ship functional web-based software.
216216

217217
- Companies like Stripe and Twilio which have built and enforced their own API
218218
development paradigms internally have unlocked massive developer audiences in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functionscript",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "A language and specification for turning JavaScript functions into typed HTTP APIs",
55
"author": "Keith Horwood <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)