We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54cde0 commit b9b490cCopy full SHA for b9b490c
1 file changed
README.md
@@ -3,7 +3,7 @@
3
Serialize and deserialize objects in Powershell with hashtable. Much like you can convert a object to JSON or use Export-CliXML (the .net way),
4
we can use a hashtable string to store the object on disk.
5
6
-The benefit is a really small footprint when you store the data on disk.
+The benefit is a really small footprint when you store the data on disk.
7
8
9
## Implemented datatypes
0 commit comments