Skip to content

Commit

Permalink
Minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Aug 6, 2024
1 parent a171f2c commit 4283166
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,7 @@ must run Alteza with trusted code, or in an isolated container. For example, in
</tr>
<tr>
<td><code>readfile</code></td>
<td>This is just a simple built-in function that reads the contents of a file (assuming `utf-8` encoding) into a string, and returns it. It does this:

```
with open(file_path, "r", encoding="utf-8") as someFile:
return someFile.read()
```
<td>This is just a simple built-in function that reads the contents of a file (assuming <code>utf-8</code> encoding) into a string, and returns it.
</td>
<td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td>
</tr>
Expand Down

0 comments on commit 4283166

Please sign in to comment.