Skip to content

Commit 585790e

Browse files
committed
readme fix
1 parent ac55510 commit 585790e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See full [documentation](https://stackimpact.com/docs/) for reference.
2727
## Requirements
2828

2929
* Linux, OS X or Windows. Python version 2.7, 3.4 or higher.
30-
* Memorly allocation profiler and some GC metrics are only available for Python 3.
30+
* Memory allocation profiler and some GC metrics are only available for Python 3.
3131
* CPU and Time profilers only supports Linux and OS X.
3232
* Time (blocking call) profiler supports threads and gevent.
3333

@@ -63,7 +63,7 @@ Start the agent in the main thread by specifying the agent key and application n
6363
```python
6464
agent = stackimpact.start(
6565
agent_key = 'agent key here',
66-
app_name = 'MyPythonApp',
66+
app_name = 'MyPythonApp')
6767
```
6868

6969
Other initialization options:

0 commit comments

Comments
 (0)