Skip to content

Commit

Permalink
Merge pull request futurepress#52 from qwertynik/master
Browse files Browse the repository at this point in the history
README fixes
  • Loading branch information
birdofpreyru authored Jul 14, 2023
2 parents 300f4fb + 4aa2910 commit 9758fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ the library version v0.7.13 instead, for now._
- Create and run a server instance:
```jsx
import { useEffect } from 'react';
import { useEffect, useState } from 'react';
import { Text, View } from 'react-native';
import Server from '@dr.pogodin/react-native-static-server';
Expand Down Expand Up @@ -785,7 +785,7 @@ customer._
These are future development aims, ordered by their current priority (from
the top priority, to the least priority):
- Support of custom configurartion of HTTP server, and inclusion of
- Support of custom configuration of HTTP server, and inclusion of
additional [Lighttpd] plugins (only three plugins for serving static
assets are included now by default on all platforms).
- Support of [Expo].
Expand Down

0 comments on commit 9758fe6

Please sign in to comment.